#F88D3C

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

Shades of Sun #F88D3C

Tints of Sun #F88D3C

Color information

#F88D3C (or 0xF88D3C) is unknown color: approx Sun. HEX triplet: F8, 8D and 3C. RGB value is (248,141,60). Sum of RGB (Red+Green+Blue) = 248+141+60=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F88D3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88D3C is #0772C3. Grayscale: #A4A4A4. Windows color (decimal): -488132 or 3968504. OLE color: 3968504.

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

Color convert

RGB24814160-
CMYK00.430.760.03
HSL25.85º93.07%60.39%-
HSV(B)25.85º75.81%97.25%-
XYZ49.0539.339.28-
YUV163.7669.45188.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.23%
GREEN value IS 141 (55.47% from 255) = 31.40%
BLUE value IS 60 (23.83% from 255) = 13.36%
R=55.23%
G=31.40%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481416000.430.760.0325.8593.0760.39
HexF88D3C02B4C31a5d3c
Octal3702157405311433213574
Binary11111000100011011111000101011100110011110101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88D3C; }

 p { color: rgb(248,141,60); }

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

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

 a { background-color: rgb(248,141,60); }

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

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

 span { border-color: rgb(248,141,60); }

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