Shades of Carrot Orange #FB8C28
Tints of Carrot Orange #FB8C28
RGB
CMYK
RGB Variations
Color information
#FB8C28 (or 0xFB8C28) is known color: Carrot Orange. HEX triplet: FB, 8C and 28. RGB value is (251,140,40). Sum of RGB (Red+Green+Blue) = 251+140+40=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8C28 is #0473D7. Grayscale: #A2A2A2. Windows color (decimal): -291800 or 2657531. OLE color: 2657531.
HSL color Cylindrical-coordinate representation of color #FB8C28: hue angle of 28.44º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB8C28 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 40 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.02 |
| HSL | 28.44º | 0.96% | 0.57% | - |
| HSV(B) | 28.44º | 0.84% | 0.98% | - |
| XYZ | 49.54 | 39.42 | 7 | - |
| YUV | 161.79 | 59.27 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 40 | 0 | 0.44 | 0.84 | 0.02 | 28.44 | 0.96 | 0.57 |
| Hex | FB | 8C | 28 | 0 | 2C | 54 | 2 | 1C | 60 | 39 |
| Octal | 373 | 214 | 50 | 0 | 54 | 124 | 2 | 34 | 140 | 71 |
| Binary | 11111011 | 10001100 | 101000 | 0 | 101100 | 1010100 | 10 | 11100 | 1100000 | 111001 |
Color Harmonies of #FB8C28
Complementary color
Monochromatic Colors of #FB8C28
Black with #FB8C28
Text Example
Text Example
White with #FB8C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C28; }
p { color: rgb(251,140,40); }
H1.HeaderClassName
{
color: #FB8C28;
}
.AnyTagClassName
{
color: #FB8C28;
}
</style>
background-color css
<style>
a { background-color: #FB8C28; }
a { background-color: rgb(251,140,40); }
div.DivClassName
{
background-color: #FB8C28;
}
.BgClassName
{
background-color: #FB8C28;
}
</style>
border-color css
<style>
span { border-color: #FB8C28; }
span { border-color: rgb(251,140,40); }
td.TdClassName
{
border-color: #FB8C28;
}
.TagClassName
{
border-color: #FB8C28;
}
</style>