Html Css Color HEX #FEA421 Dark Tangerine

📋 copy color: '#FEA421'

red 254 ◦ green 164 ◦ blue 33

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

Shades of Dark Tangerine #FEA421

Tints of Dark Tangerine #FEA421

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.36%

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

R = 56.32%
G = 36.36%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEA421 (or 0xFEA421) is known color: Dark Tangerine. HEX triplet: FE, A4 and 21. RGB value is (254,164,33). Sum of RGB (Red+Green+Blue) = 254+164+33=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA421 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA421 is #015BDE. Grayscale: #B0B0B0. Windows color (decimal): -89055 or 2204926. OLE color: 2204926.

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

Color convert

RGB 254 164 33 -
CMYK 0 0.35 0.87 0.00
HSL 35.57º 0.99% 0.56% -
HSV(B) 35.57º 0.87% 1% -
XYZ 54.42 47.73 7.78 -
YUV 175.98 47.32 183.65 -
System Red Green Blue C M Y K H S L
Decimal 254 164 33 0 0.35 0.87 0.00 35.57 0.99 0.56
Hex FE A4 21 0 23 57 0 24 63 38
Octal 376 244 41 0 43 127 0 44 143 70
Binary 11111110 10100100 100001 0 100011 1010111 0 100100 1100011 111000

Color Harmonies of #FEA421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA421

Black with #FEA421

Text Example


Text Example

White with #FEA421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA421; }

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

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

background-color css

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

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

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

border-color css

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

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

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