Html Css Color HEX #FEA121 Dark Tangerine

📋 copy color: '#FEA121'

red 254 ◦ green 161 ◦ blue 33

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

Shades of Dark Tangerine #FEA121

Tints of Dark Tangerine #FEA121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.37%

R = 56.7%
G = 35.94%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEA121 (or 0xFEA121) is known color: Dark Tangerine. HEX triplet: FE, A1 and 21. RGB value is (254,161,33). Sum of RGB (Red+Green+Blue) = 254+161+33=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA121 is #015EDE. Grayscale: #AEAEAE. Windows color (decimal): -89823 or 2204158. OLE color: 2204158.

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

Color convert

RGB 254 161 33 -
CMYK 0 0.37 0.87 0.00
HSL 34.75º 0.99% 0.56% -
HSV(B) 34.75º 0.87% 1% -
XYZ 53.89 46.67 7.61 -
YUV 174.22 48.31 184.91 -
System Red Green Blue C M Y K H S L
Decimal 254 161 33 0 0.37 0.87 0.00 34.75 0.99 0.56
Hex FE A1 21 0 25 57 0 23 63 38
Octal 376 241 41 0 45 127 0 43 143 70
Binary 11111110 10100001 100001 0 100101 1010111 0 100011 1100011 111000

Color Harmonies of #FEA121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA121

Black with #FEA121

Text Example


Text Example

White with #FEA121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA121; }

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

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

background-color css

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

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

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

border-color css

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

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

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