#F5D006

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

Shades of Tangerine Yellow #F5D006

Tints of Tangerine Yellow #F5D006

Color information

#F5D006 (or 0xF5D006) is unknown color: approx Tangerine Yellow. HEX triplet: F5, D0 and 06. RGB value is (245,208,6). Sum of RGB (Red+Green+Blue) = 245+208+6=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 208 (81.64% from 255 or 45.32% from 459); Blue value is 6 (2.73% from 255 or 1.31% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D006 is #0A2FF9. Grayscale: #C4C4C4. Windows color (decimal): -667642 or 446709. OLE color: 446709.

HSL color Cylindrical-coordinate representation of color #F5D006: hue angle of 50.71º 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 #F5D006 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB2452086-
CMYK00.150.980.04
HSL50.71º95.22%49.22%-
HSV(B)50.71º97.55%96.08%-
XYZ60.2464.549.45-
YUV196.0420.76162.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.38%
GREEN value IS 208 (81.64% from 255) = 45.32%
BLUE value IS 6 (2.73% from 255) = 1.31%
R=53.38%
G=45.32%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245208600.150.980.0450.7195.2249.22
HexF5D060F624335f31
Octal365320601714246313761
Binary11110101110100001100111111000101001100111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D006; }

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

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

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

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

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

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

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

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