Shades of Sun #FB8C31
Tints of Sun #FB8C31
RGB
CMYK
RGB Variations
Color information
#FB8C31 (or 0xFB8C31) is known color: Sun. HEX triplet: FB, 8C and 31. RGB value is (251,140,49). Sum of RGB (Red+Green+Blue) = 251+140+49=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8C31 is #0473CE. Grayscale: #A3A3A3. Windows color (decimal): -291791 or 3247355. OLE color: 3247355.
HSL color Cylindrical-coordinate representation of color #FB8C31: hue angle of 27.03º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB8C31 is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 49 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.02 |
| HSL | 27.03º | 0.96% | 0.59% | - |
| HSV(B) | 27.03º | 0.8% | 0.98% | - |
| XYZ | 49.72 | 39.49 | 7.91 | - |
| YUV | 162.82 | 63.77 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 49 | 0 | 0.44 | 0.80 | 0.02 | 27.03 | 0.96 | 0.59 |
| Hex | FB | 8C | 31 | 0 | 2C | 50 | 2 | 1B | 60 | 3B |
| Octal | 373 | 214 | 61 | 0 | 54 | 120 | 2 | 33 | 140 | 73 |
| Binary | 11111011 | 10001100 | 110001 | 0 | 101100 | 1010000 | 10 | 11011 | 1100000 | 111011 |
Color Harmonies of #FB8C31
Complementary color
Monochromatic Colors of #FB8C31
Black with #FB8C31
Text Example
Text Example
White with #FB8C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C31; }
p { color: rgb(251,140,49); }
H1.HeaderClassName
{
color: #FB8C31;
}
.AnyTagClassName
{
color: #FB8C31;
}
</style>
background-color css
<style>
a { background-color: #FB8C31; }
a { background-color: rgb(251,140,49); }
div.DivClassName
{
background-color: #FB8C31;
}
.BgClassName
{
background-color: #FB8C31;
}
</style>
border-color css
<style>
span { border-color: #FB8C31; }
span { border-color: rgb(251,140,49); }
td.TdClassName
{
border-color: #FB8C31;
}
.TagClassName
{
border-color: #FB8C31;
}
</style>