#F8853A

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

Shades of Sun #F8853A

Tints of Sun #F8853A

Color information

#F8853A (or 0xF8853A) is unknown color: approx Sun. HEX triplet: F8, 85 and 3A. RGB value is (248,133,58). Sum of RGB (Red+Green+Blue) = 248+133+58=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F8853A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8853A is #077AC5. Grayscale: #9F9F9F. Windows color (decimal): -490182 or 3835384. OLE color: 3835384.

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

Color convert

RGB24813358-
CMYK00.460.770.03
HSL23.68º93.14%60%-
HSV(B)23.68º76.61%97.25%-
XYZ47.8637.048.63-
YUV158.8471.1191.6-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.49%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 58 (23.05% from 255) = 13.21%
R=56.49%
G=30.30%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481335800.460.770.0323.6893.1460
HexF8853A02E4D3185d3c
Octal3702057205611533013574
Binary11111000100001011110100101110100110111110001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8853A; }

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

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

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

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

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

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

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

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