Html Css Color HEX #FEC801 Tangerine Yellow

📋 copy color: '#FEC801'

red 254 ◦ green 200 ◦ blue 1

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

Shades of Tangerine Yellow #FEC801

Tints of Tangerine Yellow #FEC801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 55.82%
G = 43.96%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FEC801 (or 0xFEC801) is known color: Tangerine Yellow. HEX triplet: FE, C8 and 01. RGB value is (254,200,1). Sum of RGB (Red+Green+Blue) = 254+200+1=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 1 (0.78% from 255 or 0.22% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC801 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC801 is #0137FE. Grayscale: #C2C2C2. Windows color (decimal): -79871 or 116990. OLE color: 116990.

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

Color convert

RGB 254 200 1 -
CMYK 0 0.21 1.00 0.00
HSL 47.19º 0.99% 0.5% -
HSV(B) 47.19º 1% 1% -
XYZ 61.53 62.38 8.83 -
YUV 193.46 19.39 171.18 -
System Red Green Blue C M Y K H S L
Decimal 254 200 1 0 0.21 1.00 0.00 47.19 0.99 0.5
Hex FE C8 1 0 15 64 0 2F 63 32
Octal 376 310 1 0 25 144 0 57 143 62
Binary 11111110 11001000 1 0 10101 1100100 0 101111 1100011 110010

Color Harmonies of #FEC801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC801

Black with #FEC801

Text Example


Text Example

White with #FEC801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC801; }

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

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

background-color css

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

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

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

border-color css

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

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

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