#F8A001

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

Shades of Orange Peel #F8A001

Tints of Orange Peel #F8A001

Color information

#F8A001 (or 0xF8A001) is unknown color: approx Orange Peel. HEX triplet: F8, A0 and 01. RGB value is (248,160,1). Sum of RGB (Red+Green+Blue) = 248+160+1=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A001 is #075FFE. Grayscale: #A8A8A8. Windows color (decimal): -483327 or 106744. OLE color: 106744.

HSL color Cylindrical-coordinate representation of color #F8A001: hue angle of 38.62º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8A001 is Cyan = 0, Magento = 0.35, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB2481601-
CMYK00.351.000.03
HSL38.62º99.2%48.82%-
HSV(B)38.62º99.6%97.25%-
XYZ51.2945.16.03-
YUV168.1933.65184.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.64%
GREEN value IS 160 (62.89% from 255) = 39.12%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=60.64%
G=39.12%
B=0.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248160100.351.000.0338.6299.248.82
HexF8A01023643276331
Octal370240104314434714361
Binary1111100010100000101000111100100111001111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A001; }

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

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

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

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

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

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

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

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