#F5F406

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

Shades of Yellow #F5F406

Tints of Yellow #F5F406

Color information

#F5F406 (or 0xF5F406) is unknown color: approx Yellow. HEX triplet: F5, F4 and 06. RGB value is (245,244,6). Sum of RGB (Red+Green+Blue) = 245+244+6=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 6 (2.73% from 255 or 1.21% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F406 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F406 is #0A0BF9. Grayscale: #DADADA. Windows color (decimal): -658426 or 455925. OLE color: 455925.

HSL color Cylindrical-coordinate representation of color #F5F406: hue angle of 59.75º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5F406 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB2452446-
CMYK00.000.980.04
HSL59.75º95.22%49.22%-
HSV(B)59.75º97.55%96.08%-
XYZ70.0484.1312.72-
YUV217.178.83147.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.49%
GREEN value IS 244 (95.70% from 255) = 49.29%
BLUE value IS 6 (2.73% from 255) = 1.21%
R=49.49%
G=49.29%
B=1.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245244600.000.980.0459.7595.2249.22
HexF5F46006243c5f31
Octal36536460014247413761
Binary11110101111101001100011000101001111001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F406; }

 p { color: rgb(245,244,6); }

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

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

 a { background-color: rgb(245,244,6); }

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

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

 span { border-color: rgb(245,244,6); }

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