Html Css Color HEX #FFA120 Dark Tangerine

📋 copy color: '#FFA120'

red 255 ◦ green 161 ◦ blue 32

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

Shades of Dark Tangerine #FFA120

Tints of Dark Tangerine #FFA120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.14%

R = 56.92%
G = 35.94%
B = 7.14%

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

#FFA120 (or 0xFFA120) is known color: Dark Tangerine. HEX triplet: FF, A1 and 20. RGB value is (255,161,32). Sum of RGB (Red+Green+Blue) = 255+161+32=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA120 is #005EDF. Grayscale: #AFAFAF. Windows color (decimal): -24288 or 2138623. OLE color: 2138623.

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

Color convert

RGB 255 161 32 -
CMYK 0 0.37 0.87 0
HSL 34.71º 1% 0.56% -
HSV(B) 34.71º 0.87% 1% -
XYZ 54.25 46.85 7.55 -
YUV 174.4 47.64 185.49 -
System Red Green Blue C M Y K H S L
Decimal 255 161 32 0 0.37 0.87 0 34.71 1 0.56
Hex FF A1 20 0 25 57 0 23 64 38
Octal 377 241 40 0 45 127 0 43 144 70
Binary 11111111 10100001 100000 0 100101 1010111 0 100011 1100100 111000

Color Harmonies of #FFA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA120

Black with #FFA120

Text Example


Text Example

White with #FFA120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA120; }

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

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

background-color css

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

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

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

border-color css

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

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

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