#F8970E

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

Shades of Orange Peel #F8970E

Tints of Orange Peel #F8970E

Color information

#F8970E (or 0xF8970E) is unknown color: approx Orange Peel. HEX triplet: F8, 97 and 0E. RGB value is (248,151,14). Sum of RGB (Red+Green+Blue) = 248+151+14=413 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.05% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 248 - color contains mainly: red. Hex color #F8970E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8970E is #0768F1. Grayscale: #A5A5A5. Windows color (decimal): -485618 or 956408. OLE color: 956408.

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

Color convert

RGB24815114-
CMYK00.390.940.03
HSL35.13º94.35%51.37%-
HSV(B)35.13º94.35%97.25%-
XYZ49.8642.125.92-
YUV164.3843.14187.64-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.05%
GREEN value IS 151 (59.38% from 255) = 36.56%
BLUE value IS 14 (5.86% from 255) = 3.39%
R=60.05%
G=36.56%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481511400.390.940.0335.1394.3551.37
HexF897E0275E3235e33
Octal3702271604713634313663
Binary1111100010010111111001001111011110111000111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8970E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8970E; }

 p { color: rgb(248,151,14); }

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

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

 a { background-color: rgb(248,151,14); }

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

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

 span { border-color: rgb(248,151,14); }

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