Html Css Color HEX #FECE06 Tangerine Yellow

📋 copy color: '#FECE06'

red 254 ◦ green 206 ◦ blue 6

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

Shades of Tangerine Yellow #FECE06

Tints of Tangerine Yellow #FECE06

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.21%

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

R = 54.51%
G = 44.21%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FECE06 (or 0xFECE06) is known color: Tangerine Yellow. HEX triplet: FE, CE and 06. RGB value is (254,206,6). Sum of RGB (Red+Green+Blue) = 254+206+6=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 6 (2.73% from 255 or 1.29% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FECE06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECE06 is #0131F9. Grayscale: #C6C6C6. Windows color (decimal): -78330 or 446206. OLE color: 446206.

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

Color convert

RGB 254 206 6 -
CMYK 0 0.19 0.98 0.00
HSL 48.39º 0.99% 0.51% -
HSV(B) 48.39º 0.98% 1% -
XYZ 62.98 65.23 9.44 -
YUV 197.55 19.9 168.26 -
System Red Green Blue C M Y K H S L
Decimal 254 206 6 0 0.19 0.98 0.00 48.39 0.99 0.51
Hex FE CE 6 0 13 62 0 30 63 33
Octal 376 316 6 0 23 142 0 60 143 63
Binary 11111110 11001110 110 0 10011 1100010 0 110000 1100011 110011

Color Harmonies of #FECE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECE06

Black with #FECE06

Text Example


Text Example

White with #FECE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECE06; }

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

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

background-color css

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

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

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

border-color css

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

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

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