Shades of Carrot Orange #FB8C19
Tints of Carrot Orange #FB8C19
RGB
CMYK
RGB Variations
Color information
#FB8C19 (or 0xFB8C19) is known color: Carrot Orange. HEX triplet: FB, 8C and 19. RGB value is (251,140,25). Sum of RGB (Red+Green+Blue) = 251+140+25=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8C19 is #0473E6. Grayscale: #A0A0A0. Windows color (decimal): -291815 or 1674491. OLE color: 1674491.
HSL color Cylindrical-coordinate representation of color #FB8C19: hue angle of 30.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB8C19 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 25 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.02 |
| HSL | 30.53º | 0.97% | 0.54% | - |
| HSV(B) | 30.53º | 0.9% | 0.98% | - |
| XYZ | 49.34 | 39.34 | 5.91 | - |
| YUV | 160.08 | 51.77 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 25 | 0 | 0.44 | 0.90 | 0.02 | 30.53 | 0.97 | 0.54 |
| Hex | FB | 8C | 19 | 0 | 2C | 5A | 2 | 1F | 61 | 36 |
| Octal | 373 | 214 | 31 | 0 | 54 | 132 | 2 | 37 | 141 | 66 |
| Binary | 11111011 | 10001100 | 11001 | 0 | 101100 | 1011010 | 10 | 11111 | 1100001 | 110110 |
Color Harmonies of #FB8C19
Complementary color
Monochromatic Colors of #FB8C19
Black with #FB8C19
Text Example
Text Example
White with #FB8C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C19; }
p { color: rgb(251,140,25); }
H1.HeaderClassName
{
color: #FB8C19;
}
.AnyTagClassName
{
color: #FB8C19;
}
</style>
background-color css
<style>
a { background-color: #FB8C19; }
a { background-color: rgb(251,140,25); }
div.DivClassName
{
background-color: #FB8C19;
}
.BgClassName
{
background-color: #FB8C19;
}
</style>
border-color css
<style>
span { border-color: #FB8C19; }
span { border-color: rgb(251,140,25); }
td.TdClassName
{
border-color: #FB8C19;
}
.TagClassName
{
border-color: #FB8C19;
}
</style>