Html Css Color HEX #FFA012 Dark Tangerine

📋 copy color: '#FFA012'

red 255 ◦ green 160 ◦ blue 18

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

Shades of Dark Tangerine #FFA012

Tints of Dark Tangerine #FFA012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.16%

R = 58.89%
G = 36.95%
B = 4.16%

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

#FFA012 (or 0xFFA012) is known color: Dark Tangerine. HEX triplet: FF, A0 and 12. RGB value is (255,160,18). Sum of RGB (Red+Green+Blue) = 255+160+18=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 18 (7.42% from 255 or 4.16% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA012 is #005FED. Grayscale: #ACACAC. Windows color (decimal): -24558 or 1220863. OLE color: 1220863.

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

Color convert

RGB 255 160 18 -
CMYK 0 0.37 0.93 0
HSL 35.95º 1% 0.54% -
HSV(B) 35.95º 0.93% 1% -
XYZ 53.92 46.45 6.7 -
YUV 172.22 40.97 187.05 -
System Red Green Blue C M Y K H S L
Decimal 255 160 18 0 0.37 0.93 0 35.95 1 0.54
Hex FF A0 12 0 25 5D 0 24 64 36
Octal 377 240 22 0 45 135 0 44 144 66
Binary 11111111 10100000 10010 0 100101 1011101 0 100100 1100100 110110

Color Harmonies of #FFA012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA012

Black with #FFA012

Text Example


Text Example

White with #FFA012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA012; }

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

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

background-color css

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

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

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

border-color css

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

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

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