Shades of Sun #F88C32
Tints of Sun #F88C32
RGB
CMYK
RGB Variations
Color information
#F88C32 (or 0xF88C32) is known color: Sun. HEX triplet: F8, 8C and 32. RGB value is (248,140,50). Sum of RGB (Red+Green+Blue) = 248+140+50=438 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.62% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F88C32 is #0773CD. Grayscale: #A2A2A2. Windows color (decimal): -488398 or 3312888. OLE color: 3312888.
HSL color Cylindrical-coordinate representation of color #F88C32: hue angle of 27.27º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F88C32 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 140 | 50 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.03 |
| HSL | 27.27º | 0.93% | 0.58% | - |
| HSV(B) | 27.27º | 0.8% | 0.97% | - |
| XYZ | 48.67 | 38.94 | 7.97 | - |
| YUV | 162.03 | 64.78 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 140 | 50 | 0 | 0.44 | 0.80 | 0.03 | 27.27 | 0.93 | 0.58 |
| Hex | F8 | 8C | 32 | 0 | 2C | 50 | 3 | 1B | 5D | 3A |
| Octal | 370 | 214 | 62 | 0 | 54 | 120 | 3 | 33 | 135 | 72 |
| Binary | 11111000 | 10001100 | 110010 | 0 | 101100 | 1010000 | 11 | 11011 | 1011101 | 111010 |
Color Harmonies of #F88C32
Complementary color
Monochromatic Colors of #F88C32
Black with #F88C32
Text Example
Text Example
White with #F88C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88C32; }
p { color: rgb(248,140,50); }
H1.HeaderClassName
{
color: #F88C32;
}
.AnyTagClassName
{
color: #F88C32;
}
</style>
background-color css
<style>
a { background-color: #F88C32; }
a { background-color: rgb(248,140,50); }
div.DivClassName
{
background-color: #F88C32;
}
.BgClassName
{
background-color: #F88C32;
}
</style>
border-color css
<style>
span { border-color: #F88C32; }
span { border-color: rgb(248,140,50); }
td.TdClassName
{
border-color: #F88C32;
}
.TagClassName
{
border-color: #F88C32;
}
</style>