Html Css Color HEX #FEA322 Dark Tangerine

📋 copy color: '#FEA322'

red 254 ◦ green 163 ◦ blue 34

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

Shades of Dark Tangerine #FEA322

Tints of Dark Tangerine #FEA322

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.14%

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

R = 56.32%
G = 36.14%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEA322 (or 0xFEA322) is known color: Dark Tangerine. HEX triplet: FE, A3 and 22. RGB value is (254,163,34). Sum of RGB (Red+Green+Blue) = 254+163+34=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 34 (13.67% from 255 or 7.54% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA322 is #015CDD. Grayscale: #B0B0B0. Windows color (decimal): -89310 or 2270206. OLE color: 2270206.

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

Color convert

RGB 254 163 34 -
CMYK 0 0.36 0.87 0.00
HSL 35.18º 0.99% 0.56% -
HSV(B) 35.18º 0.87% 1% -
XYZ 54.26 47.38 7.8 -
YUV 175.5 48.15 183.99 -
System Red Green Blue C M Y K H S L
Decimal 254 163 34 0 0.36 0.87 0.00 35.18 0.99 0.56
Hex FE A3 22 0 24 57 0 23 63 38
Octal 376 243 42 0 44 127 0 43 143 70
Binary 11111110 10100011 100010 0 100100 1010111 0 100011 1100011 111000

Color Harmonies of #FEA322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA322

Black with #FEA322

Text Example


Text Example

White with #FEA322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA322; }

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

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

background-color css

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

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

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

border-color css

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

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

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