#F5A516

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

Shades of Dark Tangerine #F5A516

Tints of Dark Tangerine #F5A516

Color information

#F5A516 (or 0xF5A516) is unknown color: approx Dark Tangerine. HEX triplet: F5, A5 and 16. RGB value is (245,165,22). Sum of RGB (Red+Green+Blue) = 245+165+22=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A516 is #0A5AE9. Grayscale: #ADADAD. Windows color (decimal): -678634 or 1484277. OLE color: 1484277.

HSL color Cylindrical-coordinate representation of color #F5A516: hue angle of 38.48º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5A516 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB24516522-
CMYK00.330.910.04
HSL38.48º91.77%52.35%-
HSV(B)38.48º91.02%96.08%-
XYZ51.2646.387.01-
YUV172.6243179.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.71%
GREEN value IS 165 (64.84% from 255) = 38.19%
BLUE value IS 22 (8.98% from 255) = 5.09%
R=56.71%
G=38.19%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451652200.330.910.0438.4891.7752.35
HexF5A5160215B4265c34
Octal3652452604113344613464
Binary111101011010010110110010000110110111001001101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A516; }

 p { color: rgb(245,165,22); }

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

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

 a { background-color: rgb(245,165,22); }

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

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

 span { border-color: rgb(245,165,22); }

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