#F9A105

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

Shades of Orange Peel #F9A105

Tints of Orange Peel #F9A105

Color information

#F9A105 (or 0xF9A105) is unknown color: approx Orange Peel. HEX triplet: F9, A1 and 05. RGB value is (249,161,5). Sum of RGB (Red+Green+Blue) = 249+161+5=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 5 (2.34% from 255 or 1.20% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A105 is #065EFA. Grayscale: #AAAAAA. Windows color (decimal): -417531 or 369145. OLE color: 369145.

HSL color Cylindrical-coordinate representation of color #F9A105: hue angle of 38.36º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9A105 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB2491615-
CMYK00.350.980.02
HSL38.36º96.06%49.8%-
HSV(B)38.36º97.99%97.65%-
XYZ51.8445.646.22-
YUV169.5335.15184.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 60%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 5 (2.34% from 255) = 1.20%
R=60%
G=38.80%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249161500.350.980.0238.3696.0649.8
HexF9A15023622266032
Octal371241504314224614062
Binary111110011010000110101000111100010101001101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A105; }

 p { color: rgb(249,161,5); }

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

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

 a { background-color: rgb(249,161,5); }

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

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

 span { border-color: rgb(249,161,5); }

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