Html Css Color HEX #FECC06 Tangerine Yellow

📋 copy color: '#FECC06'

red 254 ◦ green 204 ◦ blue 6

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

Shades of Tangerine Yellow #FECC06

Tints of Tangerine Yellow #FECC06

RGB

 RED value IS 254 (99.61% from 255) = 54.74%

 GREEN value IS 204 (80.08% from 255) = 43.97%

 BLUE value IS 6 (2.73% from 255) = 1.29%

R = 54.74%
G = 43.97%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FECC06 (or 0xFECC06) is known color: Tangerine Yellow. HEX triplet: FE, CC and 06. RGB value is (254,204,6). Sum of RGB (Red+Green+Blue) = 254+204+6=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 6 (2.73% from 255 or 1.29% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECC06 is #0133F9. Grayscale: #C5C5C5. Windows color (decimal): -78842 or 445694. OLE color: 445694.

HSL color Cylindrical-coordinate representation of color #FECC06: hue angle of 47.9º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FECC06 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 204 6 -
CMYK 0 0.20 0.98 0.00
HSL 47.9º 0.99% 0.51% -
HSV(B) 47.9º 0.98% 1% -
XYZ 62.5 64.27 9.28 -
YUV 196.38 20.57 169.1 -
System Red Green Blue C M Y K H S L
Decimal 254 204 6 0 0.20 0.98 0.00 47.9 0.99 0.51
Hex FE CC 6 0 14 62 0 30 63 33
Octal 376 314 6 0 24 142 0 60 143 63
Binary 11111110 11001100 110 0 10100 1100010 0 110000 1100011 110011

Color Harmonies of #FECC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECC06

Black with #FECC06

Text Example


Text Example

White with #FECC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECC06; }

 p { color: rgb(254,204,6); }

 H1.HeaderClassName
 {
   color: #FECC06;
 }
 .AnyTagClassName
 {
   color: #FECC06;
 }
</style>

background-color css

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

 a { background-color: rgb(254,204,6); }

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

border-color css

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

 span { border-color: rgb(254,204,6); }

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