#F8852F

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

Shades of Sun #F8852F

Tints of Sun #F8852F

Color information

#F8852F (or 0xF8852F) is unknown color: approx Sun. HEX triplet: F8, 85 and 2F. RGB value is (248,133,47). Sum of RGB (Red+Green+Blue) = 248+133+47=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 47 (18.75% from 255 or 10.98% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F8852F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8852F is #077AD0. Grayscale: #9E9E9E. Windows color (decimal): -490193 or 3114488. OLE color: 3114488.

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

Color convert

RGB24813347-
CMYK00.460.810.03
HSL25.67º93.49%57.84%-
HSV(B)25.67º81.05%97.25%-
XYZ47.6136.947.31-
YUV157.5865.6192.49-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 57.94%
GREEN value IS 133 (52.34% from 255) = 31.07%
BLUE value IS 47 (18.75% from 255) = 10.98%
R=57.94%
G=31.07%
B=10.98%

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
Decimal2481334700.460.810.0325.6793.4957.84
HexF8852F02E5131a5d3a
Octal3702055705612133213572
Binary11111000100001011011110101110101000111110101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8852F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8852F; }

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

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

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

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

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

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

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

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