Html Css Color HEX #FEA522 Dark Tangerine

📋 copy color: '#FEA522'

red 254 ◦ green 165 ◦ blue 34

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

Shades of Dark Tangerine #FEA522

Tints of Dark Tangerine #FEA522

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.42%

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

R = 56.07%
G = 36.42%
B = 7.51%

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

#FEA522 (or 0xFEA522) is known color: Dark Tangerine. HEX triplet: FE, A5 and 22. RGB value is (254,165,34). Sum of RGB (Red+Green+Blue) = 254+165+34=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 34 (13.67% from 255 or 7.51% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA522 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA522 is #015ADD. Grayscale: #B1B1B1. Windows color (decimal): -88798 or 2270718. OLE color: 2270718.

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

Color convert

RGB 254 165 34 -
CMYK 0 0.35 0.87 0.00
HSL 35.73º 0.99% 0.56% -
HSV(B) 35.73º 0.87% 1% -
XYZ 54.62 48.1 7.92 -
YUV 176.68 47.49 183.15 -
System Red Green Blue C M Y K H S L
Decimal 254 165 34 0 0.35 0.87 0.00 35.73 0.99 0.56
Hex FE A5 22 0 23 57 0 24 63 38
Octal 376 245 42 0 43 127 0 44 143 70
Binary 11111110 10100101 100010 0 100011 1010111 0 100100 1100011 111000

Color Harmonies of #FEA522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA522

Black with #FEA522

Text Example


Text Example

White with #FEA522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA522; }

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

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

background-color css

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

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

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

border-color css

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

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

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