#FFA50F

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

Shades of Dark Tangerine #FFA50F

Tints of Dark Tangerine #FFA50F

Color information

#FFA50F (or 0xFFA50F) is unknown color: approx Dark Tangerine. HEX triplet: FF, A5 and 0F. RGB value is (255,165,15). Sum of RGB (Red+Green+Blue) = 255+165+15=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA50F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA50F is #005AF0. Grayscale: #AFAFAF. Windows color (decimal): -23281 or 1025535. OLE color: 1025535.

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

Color convert

RGB25516515-
CMYK00.350.940
HSL37.5º100%52.94%-
HSV(B)37.5º94.12%100%-
XYZ54.7848.26.87-
YUV174.8137.82185.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.62%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 15 (6.25% from 255) = 3.45%
R=58.62%
G=37.93%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551651500.350.94037.510052.94
HexFFA5F0235E0266435
Octal3772451704313604614465
Binary111111111010010111110100011101111001001101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA50F; }

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

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

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

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

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

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

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

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