#F8842F

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

Shades of Sun #F8842F

Tints of Sun #F8842F

Color information

#F8842F (or 0xF8842F) is unknown color: approx Sun. HEX triplet: F8, 84 and 2F. RGB value is (248,132,47). Sum of RGB (Red+Green+Blue) = 248+132+47=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 47 (18.75% from 255 or 11.01% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F8842F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8842F is #077BD0. Grayscale: #9D9D9D. Windows color (decimal): -490449 or 3114232. OLE color: 3114232.

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

Color convert

RGB24813247-
CMYK00.470.810.03
HSL25.37º93.49%57.84%-
HSV(B)25.37º81.05%97.25%-
XYZ47.4836.667.26-
YUV156.9965.93192.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 58.08%
GREEN value IS 132 (51.95% from 255) = 30.91%
BLUE value IS 47 (18.75% from 255) = 11.01%
R=58.08%
G=30.91%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481324700.470.810.0325.3793.4957.84
HexF8842F02F513195d3a
Octal3702045705712133113572
Binary11111000100001001011110101111101000111110011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8842F; }

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

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

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

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

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

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

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

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