#F0A001

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

Shades of Orange Peel #F0A001

Tints of Orange Peel #F0A001

Color information

#F0A001 (or 0xF0A001) is unknown color: approx Orange Peel. HEX triplet: F0, A0 and 01. RGB value is (240,160,1). Sum of RGB (Red+Green+Blue) = 240+160+1=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A001 is #0F5FFE. Grayscale: #A6A6A6. Windows color (decimal): -1007615 or 106736. OLE color: 106736.

HSL color Cylindrical-coordinate representation of color #F0A001: hue angle of 39.92º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0A001 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB2401601-
CMYK00.331.000.06
HSL39.92º99.17%47.25%-
HSV(B)39.92º99.58%94.12%-
XYZ48.5143.675.9-
YUV165.7935180.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.85%
GREEN value IS 160 (62.89% from 255) = 39.90%
BLUE value IS 1 (0.78% from 255) = 0.25%
R=59.85%
G=39.90%
B=0.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240160100.331.000.0639.9299.1747.25
HexF0A0102164628632f
Octal360240104114465014357
Binary11110000101000001010000111001001101010001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A001; }

 p { color: rgb(240,160,1); }

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

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

 a { background-color: rgb(240,160,1); }

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

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

 span { border-color: rgb(240,160,1); }

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