Html Css Color HEX #FFA011 Dark Tangerine

📋 copy color: '#FFA011'

red 255 ◦ green 160 ◦ blue 17

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

Shades of Dark Tangerine #FFA011

Tints of Dark Tangerine #FFA011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.94%

R = 59.03%
G = 37.04%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFA011 (or 0xFFA011) is known color: Dark Tangerine. HEX triplet: FF, A0 and 11. RGB value is (255,160,17). Sum of RGB (Red+Green+Blue) = 255+160+17=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 17 (7.03% from 255 or 3.94% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA011 is #005FEE. Grayscale: #ACACAC. Windows color (decimal): -24559 or 1155327. OLE color: 1155327.

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

Color convert

RGB 255 160 17 -
CMYK 0 0.37 0.93 0
HSL 36.05º 1% 0.53% -
HSV(B) 36.05º 0.93% 1% -
XYZ 53.91 46.44 6.65 -
YUV 172.1 40.47 187.13 -
System Red Green Blue C M Y K H S L
Decimal 255 160 17 0 0.37 0.93 0 36.05 1 0.53
Hex FF A0 11 0 25 5D 0 24 64 35
Octal 377 240 21 0 45 135 0 44 144 65
Binary 11111111 10100000 10001 0 100101 1011101 0 100100 1100100 110101

Color Harmonies of #FFA011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA011

Black with #FFA011

Text Example


Text Example

White with #FFA011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA011; }

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

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

background-color css

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

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

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

border-color css

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

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

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