Html Css Color HEX #FEC806 Tangerine Yellow

📋 copy color: '#FEC806'

red 254 ◦ green 200 ◦ blue 6

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

Shades of Tangerine Yellow #FEC806

Tints of Tangerine Yellow #FEC806

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.48%

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

R = 55.22%
G = 43.48%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEC806 (or 0xFEC806) is known color: Tangerine Yellow. HEX triplet: FE, C8 and 06. RGB value is (254,200,6). Sum of RGB (Red+Green+Blue) = 254+200+6=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 6 (2.73% from 255 or 1.30% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC806 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC806 is #0137F9. Grayscale: #C2C2C2. Windows color (decimal): -79866 or 444670. OLE color: 444670.

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

Color convert

RGB 254 200 6 -
CMYK 0 0.21 0.98 0.00
HSL 46.94º 0.99% 0.51% -
HSV(B) 46.94º 0.98% 1% -
XYZ 61.56 62.39 8.97 -
YUV 194.03 21.89 170.77 -
System Red Green Blue C M Y K H S L
Decimal 254 200 6 0 0.21 0.98 0.00 46.94 0.99 0.51
Hex FE C8 6 0 15 62 0 2F 63 33
Octal 376 310 6 0 25 142 0 57 143 63
Binary 11111110 11001000 110 0 10101 1100010 0 101111 1100011 110011

Color Harmonies of #FEC806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC806

Black with #FEC806

Text Example


Text Example

White with #FEC806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC806; }

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

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

background-color css

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

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

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

border-color css

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

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

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