Html Css Color HEX #FECB06 Tangerine Yellow

📋 copy color: '#FECB06'

red 254 ◦ green 203 ◦ blue 6

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

Shades of Tangerine Yellow #FECB06

Tints of Tangerine Yellow #FECB06

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.84%

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

R = 54.86%
G = 43.84%
B = 1.3%

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

#FECB06 (or 0xFECB06) is known color: Tangerine Yellow. HEX triplet: FE, CB and 06. RGB value is (254,203,6). Sum of RGB (Red+Green+Blue) = 254+203+6=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 6 (2.73% from 255 or 1.30% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECB06 is #0134F9. Grayscale: #C4C4C4. Windows color (decimal): -79098 or 445438. OLE color: 445438.

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

Color convert

RGB 254 203 6 -
CMYK 0 0.20 0.98 0.00
HSL 47.66º 0.99% 0.51% -
HSV(B) 47.66º 0.98% 1% -
XYZ 62.26 63.8 9.2 -
YUV 195.79 20.9 169.52 -
System Red Green Blue C M Y K H S L
Decimal 254 203 6 0 0.20 0.98 0.00 47.66 0.99 0.51
Hex FE CB 6 0 14 62 0 30 63 33
Octal 376 313 6 0 24 142 0 60 143 63
Binary 11111110 11001011 110 0 10100 1100010 0 110000 1100011 110011

Color Harmonies of #FECB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB06

Black with #FECB06

Text Example


Text Example

White with #FECB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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