Html Css Color HEX #FECA04 Tangerine Yellow

📋 copy color: '#FECA04'

red 254 ◦ green 202 ◦ blue 4

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

Shades of Tangerine Yellow #FECA04

Tints of Tangerine Yellow #FECA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.87%

R = 55.22%
G = 43.91%
B = 0.87%

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

#FECA04 (or 0xFECA04) is known color: Tangerine Yellow. HEX triplet: FE, CA and 04. RGB value is (254,202,4). Sum of RGB (Red+Green+Blue) = 254+202+4=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 4 (1.95% from 255 or 0.87% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECA04 is #0135FB. Grayscale: #C3C3C3. Windows color (decimal): -79356 or 314110. OLE color: 314110.

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

Color convert

RGB 254 202 4 -
CMYK 0 0.20 0.98 0.00
HSL 47.52º 0.99% 0.51% -
HSV(B) 47.52º 0.98% 1% -
XYZ 62.02 63.32 9.07 -
YUV 194.98 20.23 170.1 -
System Red Green Blue C M Y K H S L
Decimal 254 202 4 0 0.20 0.98 0.00 47.52 0.99 0.51
Hex FE CA 4 0 14 62 0 30 63 33
Octal 376 312 4 0 24 142 0 60 143 63
Binary 11111110 11001010 100 0 10100 1100010 0 110000 1100011 110011

Color Harmonies of #FECA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA04

Black with #FECA04

Text Example


Text Example

White with #FECA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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