Html Css Color HEX #FECA0A Tangerine Yellow

📋 copy color: '#FECA0A'

red 254 ◦ green 202 ◦ blue 10

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

Shades of Tangerine Yellow #FECA0A

Tints of Tangerine Yellow #FECA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.15%

R = 54.51%
G = 43.35%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FECA0A (or 0xFECA0A) is known color: Tangerine Yellow. HEX triplet: FE, CA and 0A. RGB value is (254,202,10). Sum of RGB (Red+Green+Blue) = 254+202+10=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 10 (4.30% from 255 or 2.15% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECA0A is #0135F5. Grayscale: #C4C4C4. Windows color (decimal): -79350 or 707326. OLE color: 707326.

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

Color convert

RGB 254 202 10 -
CMYK 0 0.20 0.96 0.00
HSL 47.21º 0.99% 0.52% -
HSV(B) 47.21º 0.96% 1% -
XYZ 62.05 63.33 9.24 -
YUV 195.66 23.23 169.61 -
System Red Green Blue C M Y K H S L
Decimal 254 202 10 0 0.20 0.96 0.00 47.21 0.99 0.52
Hex FE CA A 0 14 60 0 2F 63 34
Octal 376 312 12 0 24 140 0 57 143 64
Binary 11111110 11001010 1010 0 10100 1100000 0 101111 1100011 110100

Color Harmonies of #FECA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA0A

Black with #FECA0A

Text Example


Text Example

White with #FECA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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