Shades of Sun #FB8C34
Tints of Sun #FB8C34
RGB
CMYK
RGB Variations
Color information
#FB8C34 (or 0xFB8C34) is known color: Sun. HEX triplet: FB, 8C and 34. RGB value is (251,140,52). Sum of RGB (Red+Green+Blue) = 251+140+52=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8C34 is #0473CB. Grayscale: #A3A3A3. Windows color (decimal): -291788 or 3443963. OLE color: 3443963.
HSL color Cylindrical-coordinate representation of color #FB8C34: hue angle of 26.53º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB8C34 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 52 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.02 |
| HSL | 26.53º | 0.96% | 0.59% | - |
| HSV(B) | 26.53º | 0.79% | 0.98% | - |
| XYZ | 49.78 | 39.51 | 8.25 | - |
| YUV | 163.16 | 65.27 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 52 | 0 | 0.44 | 0.79 | 0.02 | 26.53 | 0.96 | 0.59 |
| Hex | FB | 8C | 34 | 0 | 2C | 4F | 2 | 1B | 60 | 3B |
| Octal | 373 | 214 | 64 | 0 | 54 | 117 | 2 | 33 | 140 | 73 |
| Binary | 11111011 | 10001100 | 110100 | 0 | 101100 | 1001111 | 10 | 11011 | 1100000 | 111011 |
Color Harmonies of #FB8C34
Complementary color
Monochromatic Colors of #FB8C34
Black with #FB8C34
Text Example
Text Example
White with #FB8C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C34; }
p { color: rgb(251,140,52); }
H1.HeaderClassName
{
color: #FB8C34;
}
.AnyTagClassName
{
color: #FB8C34;
}
</style>
background-color css
<style>
a { background-color: #FB8C34; }
a { background-color: rgb(251,140,52); }
div.DivClassName
{
background-color: #FB8C34;
}
.BgClassName
{
background-color: #FB8C34;
}
</style>
border-color css
<style>
span { border-color: #FB8C34; }
span { border-color: rgb(251,140,52); }
td.TdClassName
{
border-color: #FB8C34;
}
.TagClassName
{
border-color: #FB8C34;
}
</style>