#F8862F

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

Shades of Sun #F8862F

Tints of Sun #F8862F

Color information

#F8862F (or 0xF8862F) is unknown color: approx Sun. HEX triplet: F8, 86 and 2F. RGB value is (248,134,47). Sum of RGB (Red+Green+Blue) = 248+134+47=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 47 (18.75% from 255 or 10.96% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F8862F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8862F is #0779D0. Grayscale: #9E9E9E. Windows color (decimal): -489937 or 3114744. OLE color: 3114744.

HSL color Cylindrical-coordinate representation of color #F8862F: hue angle of 25.97º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8862F is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB24813447-
CMYK00.460.810.03
HSL25.97º93.49%57.84%-
HSV(B)25.97º81.05%97.25%-
XYZ47.7537.217.36-
YUV158.1765.27192.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.81%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 47 (18.75% from 255) = 10.96%
R=57.81%
G=31.24%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481344700.460.810.0325.9793.4957.84
HexF8862F02E5131a5d3a
Octal3702065705612133213572
Binary11111000100001101011110101110101000111110101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8862F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8862F; }

 p { color: rgb(248,134,47); }

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

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

 a { background-color: rgb(248,134,47); }

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

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

 span { border-color: rgb(248,134,47); }

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