Shades of Sun #FB8C42
Tints of Sun #FB8C42
RGB
CMYK
RGB Variations
Color information
#FB8C42 (or 0xFB8C42) is known color: Sun. HEX triplet: FB, 8C and 42. RGB value is (251,140,66). Sum of RGB (Red+Green+Blue) = 251+140+66=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8C42 is #0473BD. Grayscale: #A5A5A5. Windows color (decimal): -291774 or 4361467. OLE color: 4361467.
HSL color Cylindrical-coordinate representation of color #FB8C42: hue angle of 24º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB8C42 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 66 | - |
| CMYK | 0 | 0.44 | 0.74 | 0.02 |
| HSL | 24º | 0.96% | 0.62% | - |
| HSV(B) | 24º | 0.74% | 0.98% | - |
| XYZ | 50.15 | 39.66 | 10.17 | - |
| YUV | 164.75 | 72.27 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 66 | 0 | 0.44 | 0.74 | 0.02 | 24 | 0.96 | 0.62 |
| Hex | FB | 8C | 42 | 0 | 2C | 4A | 2 | 18 | 60 | 3E |
| Octal | 373 | 214 | 102 | 0 | 54 | 112 | 2 | 30 | 140 | 76 |
| Binary | 11111011 | 10001100 | 1000010 | 0 | 101100 | 1001010 | 10 | 11000 | 1100000 | 111110 |
Color Harmonies of #FB8C42
Complementary color
Monochromatic Colors of #FB8C42
Black with #FB8C42
Text Example
Text Example
White with #FB8C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C42; }
p { color: rgb(251,140,66); }
H1.HeaderClassName
{
color: #FB8C42;
}
.AnyTagClassName
{
color: #FB8C42;
}
</style>
background-color css
<style>
a { background-color: #FB8C42; }
a { background-color: rgb(251,140,66); }
div.DivClassName
{
background-color: #FB8C42;
}
.BgClassName
{
background-color: #FB8C42;
}
</style>
border-color css
<style>
span { border-color: #FB8C42; }
span { border-color: rgb(251,140,66); }
td.TdClassName
{
border-color: #FB8C42;
}
.TagClassName
{
border-color: #FB8C42;
}
</style>