Html Css Color HEX #FECA11 Tangerine Yellow

📋 copy color: '#FECA11'

red 254 ◦ green 202 ◦ blue 17

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

Shades of Tangerine Yellow #FECA11

Tints of Tangerine Yellow #FECA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.59%

R = 53.7%
G = 42.71%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FECA11 (or 0xFECA11) is known color: Tangerine Yellow. HEX triplet: FE, CA and 11. RGB value is (254,202,17). Sum of RGB (Red+Green+Blue) = 254+202+17=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 17 (7.03% from 255 or 3.59% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECA11 is #0135EE. Grayscale: #C5C5C5. Windows color (decimal): -79343 or 1166078. OLE color: 1166078.

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

Color convert

RGB 254 202 17 -
CMYK 0 0.20 0.93 0.00
HSL 46.84º 0.99% 0.53% -
HSV(B) 46.84º 0.93% 1% -
XYZ 62.09 63.35 9.49 -
YUV 196.46 26.73 169.04 -
System Red Green Blue C M Y K H S L
Decimal 254 202 17 0 0.20 0.93 0.00 46.84 0.99 0.53
Hex FE CA 11 0 14 5D 0 2F 63 35
Octal 376 312 21 0 24 135 0 57 143 65
Binary 11111110 11001010 10001 0 10100 1011101 0 101111 1100011 110101

Color Harmonies of #FECA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA11

Black with #FECA11

Text Example


Text Example

White with #FECA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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