Html Css Color HEX #FFA122 Dark Tangerine

📋 copy color: '#FFA122'

red 255 ◦ green 161 ◦ blue 34

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

Shades of Dark Tangerine #FFA122

Tints of Dark Tangerine #FFA122

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.78%

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

R = 56.67%
G = 35.78%
B = 7.56%

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

#FFA122 (or 0xFFA122) is known color: Dark Tangerine. HEX triplet: FF, A1 and 22. RGB value is (255,161,34). Sum of RGB (Red+Green+Blue) = 255+161+34=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 34 (13.67% from 255 or 7.56% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA122 is #005EDD. Grayscale: #AFAFAF. Windows color (decimal): -24286 or 2269695. OLE color: 2269695.

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

Color convert

RGB 255 161 34 -
CMYK 0 0.37 0.87 0
HSL 34.48º 1% 0.57% -
HSV(B) 34.48º 0.87% 1% -
XYZ 54.27 46.87 7.7 -
YUV 174.63 48.64 185.33 -
System Red Green Blue C M Y K H S L
Decimal 255 161 34 0 0.37 0.87 0 34.48 1 0.57
Hex FF A1 22 0 25 57 0 22 64 39
Octal 377 241 42 0 45 127 0 42 144 71
Binary 11111111 10100001 100010 0 100101 1010111 0 100010 1100100 111001

Color Harmonies of #FFA122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA122

Black with #FFA122

Text Example


Text Example

White with #FFA122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA122; }

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

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

background-color css

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

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

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

border-color css

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

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

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