#F5A206

Color #F5A206 Orange Peel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Peel #F5A206

Tints of Orange Peel #F5A206

Color information

#F5A206 (or 0xF5A206) is unknown color: approx Orange Peel. HEX triplet: F5, A2 and 06. RGB value is (245,162,6). Sum of RGB (Red+Green+Blue) = 245+162+6=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 6 (2.73% from 255 or 1.45% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A206 is #0A5DF9. Grayscale: #A9A9A9. Windows color (decimal): -679418 or 434933. OLE color: 434933.

HSL color Cylindrical-coordinate representation of color #F5A206: hue angle of 39.16º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5A206 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB2451626-
CMYK00.340.980.04
HSL39.16º95.22%49.22%-
HSV(B)39.16º97.55%96.08%-
XYZ50.6145.276.24-
YUV169.0336182.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 59.32%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 6 (2.73% from 255) = 1.45%
R=59.32%
G=39.23%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245162600.340.980.0439.1695.2249.22
HexF5A26022624275f31
Octal365242604214244713761
Binary1111010110100010110010001011000101001001111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A206; }

 p { color: rgb(245,162,6); }

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

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

 a { background-color: rgb(245,162,6); }

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

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

 span { border-color: rgb(245,162,6); }

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