Html Css Color HEX #FECA01 Tangerine Yellow

📋 copy color: '#FECA01'

red 254 ◦ green 202 ◦ blue 1

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

Shades of Tangerine Yellow #FECA01

Tints of Tangerine Yellow #FECA01

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.2%

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

R = 55.58%
G = 44.2%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FECA01 (or 0xFECA01) is known color: Tangerine Yellow. HEX triplet: FE, CA and 01. RGB value is (254,202,1). Sum of RGB (Red+Green+Blue) = 254+202+1=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 1 (0.78% from 255 or 0.22% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECA01 is #0135FE. Grayscale: #C3C3C3. Windows color (decimal): -79359 or 117502. OLE color: 117502.

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

Color convert

RGB 254 202 1 -
CMYK 0 0.20 1.00 0.00
HSL 47.67º 0.99% 0.5% -
HSV(B) 47.67º 1% 1% -
XYZ 62 63.31 8.98 -
YUV 194.63 18.73 170.34 -
System Red Green Blue C M Y K H S L
Decimal 254 202 1 0 0.20 1.00 0.00 47.67 0.99 0.5
Hex FE CA 1 0 14 64 0 30 63 32
Octal 376 312 1 0 24 144 0 60 143 62
Binary 11111110 11001010 1 0 10100 1100100 0 110000 1100011 110010

Color Harmonies of #FECA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA01

Black with #FECA01

Text Example


Text Example

White with #FECA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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