Html Css Color HEX #FEA11D Dark Tangerine

📋 copy color: '#FEA11D'

red 254 ◦ green 161 ◦ blue 29

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

Shades of Dark Tangerine #FEA11D

Tints of Dark Tangerine #FEA11D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.26%

 BLUE value IS 29 (11.72% from 255) = 6.53%

R = 57.21%
G = 36.26%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEA11D (or 0xFEA11D) is known color: Dark Tangerine. HEX triplet: FE, A1 and 1D. RGB value is (254,161,29). Sum of RGB (Red+Green+Blue) = 254+161+29=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA11D is #015EE2. Grayscale: #AEAEAE. Windows color (decimal): -89827 or 1942014. OLE color: 1942014.

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

Color convert

RGB 254 161 29 -
CMYK 0 0.37 0.89 0.00
HSL 35.2º 0.99% 0.55% -
HSV(B) 35.2º 0.89% 1% -
XYZ 53.84 46.65 7.33 -
YUV 173.76 46.31 185.23 -
System Red Green Blue C M Y K H S L
Decimal 254 161 29 0 0.37 0.89 0.00 35.2 0.99 0.55
Hex FE A1 1D 0 25 59 0 23 63 37
Octal 376 241 35 0 45 131 0 43 143 67
Binary 11111110 10100001 11101 0 100101 1011001 0 100011 1100011 110111

Color Harmonies of #FEA11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA11D

Black with #FEA11D

Text Example


Text Example

White with #FEA11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA11D; }

 p { color: rgb(254,161,29); }

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

background-color css

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

 a { background-color: rgb(254,161,29); }

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

border-color css

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

 span { border-color: rgb(254,161,29); }

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