#F89C07

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

Shades of Orange Peel #F89C07

Tints of Orange Peel #F89C07

Color information

#F89C07 (or 0xF89C07) is unknown color: approx Orange Peel. HEX triplet: F8, 9C and 07. RGB value is (248,156,7). Sum of RGB (Red+Green+Blue) = 248+156+7=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 7 (3.12% from 255 or 1.70% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89C07 is #0763F8. Grayscale: #A7A7A7. Windows color (decimal): -484345 or 498936. OLE color: 498936.

HSL color Cylindrical-coordinate representation of color #F89C07: hue angle of 37.1º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F89C07 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB2481567-
CMYK00.370.970.03
HSL37.1º94.51%50%-
HSV(B)37.1º97.18%97.25%-
XYZ50.6443.755.98-
YUV166.5237.98186.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.34%
GREEN value IS 156 (61.33% from 255) = 37.96%
BLUE value IS 7 (3.12% from 255) = 1.70%
R=60.34%
G=37.96%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.97
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248156700.370.970.0337.194.5150
HexF89C7025613255f32
Octal370234704514134513762
Binary111110001001110011101001011100001111001011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F89C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F89C07; }

 p { color: rgb(248,156,7); }

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

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

 a { background-color: rgb(248,156,7); }

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

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

 span { border-color: rgb(248,156,7); }

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