Html Css Color HEX #FEA422 Dark Tangerine

📋 copy color: '#FEA422'

red 254 ◦ green 164 ◦ blue 34

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

Shades of Dark Tangerine #FEA422

Tints of Dark Tangerine #FEA422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.52%

R = 56.19%
G = 36.28%
B = 7.52%

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

#FEA422 (or 0xFEA422) is known color: Dark Tangerine. HEX triplet: FE, A4 and 22. RGB value is (254,164,34). Sum of RGB (Red+Green+Blue) = 254+164+34=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 34 (13.67% from 255 or 7.52% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA422 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA422 is #015BDD. Grayscale: #B0B0B0. Windows color (decimal): -89054 or 2270462. OLE color: 2270462.

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

Color convert

RGB 254 164 34 -
CMYK 0 0.35 0.87 0.00
HSL 35.45º 0.99% 0.56% -
HSV(B) 35.45º 0.87% 1% -
XYZ 54.44 47.74 7.86 -
YUV 176.09 47.82 183.57 -
System Red Green Blue C M Y K H S L
Decimal 254 164 34 0 0.35 0.87 0.00 35.45 0.99 0.56
Hex FE A4 22 0 23 57 0 23 63 38
Octal 376 244 42 0 43 127 0 43 143 70
Binary 11111110 10100100 100010 0 100011 1010111 0 100011 1100011 111000

Color Harmonies of #FEA422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA422

Black with #FEA422

Text Example


Text Example

White with #FEA422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA422; }

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

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

background-color css

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

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

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

border-color css

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

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

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