#F6AF25

Color #F6AF25 Bright Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Sun #F6AF25

Tints of Bright Sun #F6AF25

Color information

#F6AF25 (or 0xF6AF25) is unknown color: approx Bright Sun. HEX triplet: F6, AF and 25. RGB value is (246,175,37). Sum of RGB (Red+Green+Blue) = 246+175+37=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 37 (14.84% from 255 or 8.08% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AF25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6AF25 is #0950DA. Grayscale: #B5B5B5. Windows color (decimal): -610523 or 2469878. OLE color: 2469878.

HSL color Cylindrical-coordinate representation of color #F6AF25: hue angle of 39.62º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F6AF25 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB24617537-
CMYK00.290.850.04
HSL39.62º92.07%55.49%-
HSV(B)39.62º84.96%96.47%-
XYZ53.6750.398.65-
YUV180.547.02174.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 53.71%
GREEN value IS 175 (68.75% from 255) = 38.21%
BLUE value IS 37 (14.84% from 255) = 8.08%
R=53.71%
G=38.21%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.85
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461753700.290.850.0439.6292.0755.49
HexF6AF2501D554285c37
Octal3662574503512545013467
Binary111101101010111110010101110110101011001010001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AF25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AF25; }

 p { color: rgb(246,175,37); }

 H1.HeaderClassName
 {
   color: #F6AF25;
 }
 .AnyTagClassName
 {
   color: #F6AF25;
 }
</style>
background-color css

<style>
 a { background-color: #F6AF25; }

 a { background-color: rgb(246,175,37); }

 div.DivClassName
 {
   background-color: #F6AF25;
 }
 .BgClassName
 {
   background-color: #F6AF25;
 }
</style>
border-color css

<style>
 span { border-color: #F6AF25; }

 span { border-color: rgb(246,175,37); }

 td.TdClassName
 {
   border-color: #F6AF25;
 }
 .TagClassName
 {
   border-color: #F6AF25;
 }
</style>