Html Css Color HEX #FFA022 Dark Tangerine

📋 copy color: '#FFA022'

red 255 ◦ green 160 ◦ blue 34

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

Shades of Dark Tangerine #FFA022

Tints of Dark Tangerine #FFA022

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.63%

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

R = 56.79%
G = 35.63%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FFA022 (or 0xFFA022) is known color: Dark Tangerine. HEX triplet: FF, A0 and 22. RGB value is (255,160,34). Sum of RGB (Red+Green+Blue) = 255+160+34=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA022 is #005FDD. Grayscale: #AEAEAE. Windows color (decimal): -24542 or 2269439. OLE color: 2269439.

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

Color convert

RGB 255 160 34 -
CMYK 0 0.37 0.87 0
HSL 34.21º 1% 0.57% -
HSV(B) 34.21º 0.87% 1% -
XYZ 54.1 46.52 7.64 -
YUV 174.04 48.97 185.75 -
System Red Green Blue C M Y K H S L
Decimal 255 160 34 0 0.37 0.87 0 34.21 1 0.57
Hex FF A0 22 0 25 57 0 22 64 39
Octal 377 240 42 0 45 127 0 42 144 71
Binary 11111111 10100000 100010 0 100101 1010111 0 100010 1100100 111001

Color Harmonies of #FFA022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA022

Black with #FFA022

Text Example


Text Example

White with #FFA022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA022; }

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

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

background-color css

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

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

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

border-color css

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

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

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