Html Css Color HEX #F5D006 Tangerine Yellow

📋 copy color: '#F5D006'

red 245 ◦ green 208 ◦ blue 6

#F5D006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangerine Yellow #F5D006

Tints of Tangerine Yellow #F5D006

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 value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F5D006 (or 0xF5D006) is known color: 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

RGB 245 208 6 -
CMYK 0 0.15 0.98 0.04
HSL 50.71º 0.95% 0.49% -
HSV(B) 50.71º 0.98% 0.96% -
XYZ 60.24 64.54 9.45 -
YUV 196.04 20.76 162.93 -
System Red Green Blue C M Y K H S L
Decimal 245 208 6 0 0.15 0.98 0.04 50.71 0.95 0.49
Hex F5 D0 6 0 F 62 4 33 5F 31
Octal 365 320 6 0 17 142 4 63 137 61
Binary 11110101 11010000 110 0 1111 1100010 100 110011 1011111 110001

Color Harmonies of #F5D006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D006

Black with #F5D006

Text Example


Text Example

White with #F5D006

Text Example


Text Example

HTML Codes & Css Web 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>