Shades of Carrot Orange #FB8F23
Tints of Carrot Orange #FB8F23
RGB
CMYK
RGB Variations
Color information
#FB8F23 (or 0xFB8F23) is known color: Carrot Orange. HEX triplet: FB, 8F and 23. RGB value is (251,143,35). Sum of RGB (Red+Green+Blue) = 251+143+35=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 35 (14.06% from 255 or 8.16% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8F23 is #0470DC. Grayscale: #A3A3A3. Windows color (decimal): -291037 or 2330619. OLE color: 2330619.
HSL color Cylindrical-coordinate representation of color #FB8F23: hue angle of 30º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB8F23 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 35 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.02 |
| HSL | 30º | 0.96% | 0.56% | - |
| HSV(B) | 30º | 0.86% | 0.98% | - |
| XYZ | 49.91 | 40.28 | 6.73 | - |
| YUV | 162.98 | 55.78 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 35 | 0 | 0.43 | 0.86 | 0.02 | 30 | 0.96 | 0.56 |
| Hex | FB | 8F | 23 | 0 | 2B | 56 | 2 | 1E | 60 | 38 |
| Octal | 373 | 217 | 43 | 0 | 53 | 126 | 2 | 36 | 140 | 70 |
| Binary | 11111011 | 10001111 | 100011 | 0 | 101011 | 1010110 | 10 | 11110 | 1100000 | 111000 |
Color Harmonies of #FB8F23
Complementary color
Monochromatic Colors of #FB8F23
Black with #FB8F23
Text Example
Text Example
White with #FB8F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F23; }
p { color: rgb(251,143,35); }
H1.HeaderClassName
{
color: #FB8F23;
}
.AnyTagClassName
{
color: #FB8F23;
}
</style>
background-color css
<style>
a { background-color: #FB8F23; }
a { background-color: rgb(251,143,35); }
div.DivClassName
{
background-color: #FB8F23;
}
.BgClassName
{
background-color: #FB8F23;
}
</style>
border-color css
<style>
span { border-color: #FB8F23; }
span { border-color: rgb(251,143,35); }
td.TdClassName
{
border-color: #FB8F23;
}
.TagClassName
{
border-color: #FB8F23;
}
</style>