#ffa01f

Color #FFA01F Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #FFA01F

Tints of Dark Tangerine #FFA01F

Color information

#FFA01F (or 0xFFA01F) is unknown color: approx Dark Tangerine. HEX triplet: FF, A0 and 1F. RGB value is (255,160,31). Sum of RGB (Red+Green+Blue) = 255+160+31=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA01F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA01F is #005FE0. Grayscale: #AEAEAE. Windows color (decimal): -24545 or 2072831. OLE color: 2072831.

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

Color convert

RGB25516031-
CMYK00.370.880
HSL34.55º100%56.08%-
HSV(B)34.55º87.84%100%-
XYZ54.0646.57.42-
YUV173.747.47185.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.17%
GREEN value IS 160 (62.89% from 255) = 35.87%
BLUE value IS 31 (12.5% from 255) = 6.95%
R=57.17%
G=35.87%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551603100.370.88034.5510056.08
HexFFA01F025580236438
Octal3772403704513004314470
Binary1111111110100000111110100101101100001000111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffa01f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffa01f; }

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

 H1.HeaderClassName
 {
   color: #ffa01f;
 }
 .AnyTagClassName
 {
   color: #ffa01f;
 }
</style>
background-color css

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

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

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

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

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

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