Shades of Sun #FB8F40
Tints of Sun #FB8F40
RGB
CMYK
RGB Variations
Color information
#FB8F40 (or 0xFB8F40) is known color: Sun. HEX triplet: FB, 8F and 40. RGB value is (251,143,64). Sum of RGB (Red+Green+Blue) = 251+143+64=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8F40 is #0470BF. Grayscale: #A6A6A6. Windows color (decimal): -291008 or 4231163. OLE color: 4231163.
HSL color Cylindrical-coordinate representation of color #FB8F40: hue angle of 25.35º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB8F40 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 64 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.02 |
| HSL | 25.35º | 0.96% | 0.62% | - |
| HSV(B) | 25.35º | 0.75% | 0.98% | - |
| XYZ | 50.53 | 40.52 | 10.01 | - |
| YUV | 166.29 | 70.28 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 64 | 0 | 0.43 | 0.75 | 0.02 | 25.35 | 0.96 | 0.62 |
| Hex | FB | 8F | 40 | 0 | 2B | 4B | 2 | 19 | 60 | 3E |
| Octal | 373 | 217 | 100 | 0 | 53 | 113 | 2 | 31 | 140 | 76 |
| Binary | 11111011 | 10001111 | 1000000 | 0 | 101011 | 1001011 | 10 | 11001 | 1100000 | 111110 |
Color Harmonies of #FB8F40
Complementary color
Monochromatic Colors of #FB8F40
Black with #FB8F40
Text Example
Text Example
White with #FB8F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F40; }
p { color: rgb(251,143,64); }
H1.HeaderClassName
{
color: #FB8F40;
}
.AnyTagClassName
{
color: #FB8F40;
}
</style>
background-color css
<style>
a { background-color: #FB8F40; }
a { background-color: rgb(251,143,64); }
div.DivClassName
{
background-color: #FB8F40;
}
.BgClassName
{
background-color: #FB8F40;
}
</style>
border-color css
<style>
span { border-color: #FB8F40; }
span { border-color: rgb(251,143,64); }
td.TdClassName
{
border-color: #FB8F40;
}
.TagClassName
{
border-color: #FB8F40;
}
</style>