#ffa51e

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

Shades of Dark Tangerine #FFA51E

Tints of Dark Tangerine #FFA51E

Color information

#FFA51E (or 0xFFA51E) is unknown color: approx Dark Tangerine. HEX triplet: FF, A5 and 1E. RGB value is (255,165,30). Sum of RGB (Red+Green+Blue) = 255+165+30=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 30 (12.11% from 255 or 6.67% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA51E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA51E is #005AE1. Grayscale: #B1B1B1. Windows color (decimal): -23266 or 2008575. OLE color: 2008575.

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

Color convert

RGB25516530-
CMYK00.350.880
HSL36º100%55.88%-
HSV(B)36º88.24%100%-
XYZ54.9348.267.65-
YUV176.5245.32183.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.67%
GREEN value IS 165 (64.84% from 255) = 36.67%
BLUE value IS 30 (12.11% from 255) = 6.67%
R=56.67%
G=36.67%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551653000.350.8803610055.88
HexFFA51E023580246438
Octal3772453604313004414470
Binary1111111110100101111100100011101100001001001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffa51e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffa51e; }

 p { color: rgb(255,165,30); }

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

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

 a { background-color: rgb(255,165,30); }

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

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

 span { border-color: rgb(255,165,30); }

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