Html Css Color HEX #FFA522 Dark Tangerine

📋 copy color: '#FFA522'

red 255 ◦ green 165 ◦ blue 34

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

Shades of Dark Tangerine #FFA522

Tints of Dark Tangerine #FFA522

RGB

 RED value IS 255 (100% from 255) = 56.17%

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

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

R = 56.17%
G = 36.34%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFA522 (or 0xFFA522) is known color: Dark Tangerine. HEX triplet: FF, A5 and 22. RGB value is (255,165,34). Sum of RGB (Red+Green+Blue) = 255+165+34=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 34 (13.67% from 255 or 7.49% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA522 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA522 is #005ADD. Grayscale: #B1B1B1. Windows color (decimal): -23262 or 2270719. OLE color: 2270719.

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

Color convert

RGB 255 165 34 -
CMYK 0 0.35 0.87 0
HSL 35.57º 1% 0.57% -
HSV(B) 35.57º 0.87% 1% -
XYZ 54.98 48.29 7.94 -
YUV 176.98 47.32 183.65 -
System Red Green Blue C M Y K H S L
Decimal 255 165 34 0 0.35 0.87 0 35.57 1 0.57
Hex FF A5 22 0 23 57 0 24 64 39
Octal 377 245 42 0 43 127 0 44 144 71
Binary 11111111 10100101 100010 0 100011 1010111 0 100100 1100100 111001

Color Harmonies of #FFA522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA522

Black with #FFA522

Text Example


Text Example

White with #FFA522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA522; }

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

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

background-color css

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

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

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

border-color css

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

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

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