Shades of Carrot Orange #FB8A1D
Tints of Carrot Orange #FB8A1D
RGB
CMYK
RGB Variations
Color information
#FB8A1D (or 0xFB8A1D) is known color: Carrot Orange. HEX triplet: FB, 8A and 1D. RGB value is (251,138,29). Sum of RGB (Red+Green+Blue) = 251+138+29=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 29 (11.72% from 255 or 6.94% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8A1D is #0475E2. Grayscale: #9F9F9F. Windows color (decimal): -292323 or 1936123. OLE color: 1936123.
HSL color Cylindrical-coordinate representation of color #FB8A1D: hue angle of 29.46º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB8A1D is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 29 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.02 |
| HSL | 29.46º | 0.97% | 0.55% | - |
| HSV(B) | 29.46º | 0.88% | 0.98% | - |
| XYZ | 49.09 | 38.77 | 6.06 | - |
| YUV | 159.36 | 54.44 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 29 | 0 | 0.45 | 0.88 | 0.02 | 29.46 | 0.97 | 0.55 |
| Hex | FB | 8A | 1D | 0 | 2D | 58 | 2 | 1D | 61 | 37 |
| Octal | 373 | 212 | 35 | 0 | 55 | 130 | 2 | 35 | 141 | 67 |
| Binary | 11111011 | 10001010 | 11101 | 0 | 101101 | 1011000 | 10 | 11101 | 1100001 | 110111 |
Color Harmonies of #FB8A1D
Complementary color
Monochromatic Colors of #FB8A1D
Black with #FB8A1D
Text Example
Text Example
White with #FB8A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8A1D; }
p { color: rgb(251,138,29); }
H1.HeaderClassName
{
color: #FB8A1D;
}
.AnyTagClassName
{
color: #FB8A1D;
}
</style>
background-color css
<style>
a { background-color: #FB8A1D; }
a { background-color: rgb(251,138,29); }
div.DivClassName
{
background-color: #FB8A1D;
}
.BgClassName
{
background-color: #FB8A1D;
}
</style>
border-color css
<style>
span { border-color: #FB8A1D; }
span { border-color: rgb(251,138,29); }
td.TdClassName
{
border-color: #FB8A1D;
}
.TagClassName
{
border-color: #FB8A1D;
}
</style>