#F89F01

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

Shades of Orange Peel #F89F01

Tints of Orange Peel #F89F01

Color information

#F89F01 (or 0xF89F01) is unknown color: approx Orange Peel. HEX triplet: F8, 9F and 01. RGB value is (248,159,1). Sum of RGB (Red+Green+Blue) = 248+159+1=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F89F01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89F01 is #0760FE. Grayscale: #A8A8A8. Windows color (decimal): -483583 or 106488. OLE color: 106488.

HSL color Cylindrical-coordinate representation of color #F89F01: hue angle of 38.38º 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 #F89F01 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB2481591-
CMYK00.361.000.03
HSL38.38º99.2%48.82%-
HSV(B)38.38º99.6%97.25%-
XYZ51.1244.755.97-
YUV167.633.99185.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.78%
GREEN value IS 159 (62.5% from 255) = 38.97%
BLUE value IS 1 (0.78% from 255) = 0.25%
R=60.78%
G=38.97%
B=0.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248159100.361.000.0338.3899.248.82
HexF89F1024643266331
Octal370237104414434614361
Binary1111100010011111101001001100100111001101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89F01; }

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

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

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

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

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

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

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

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