Shades of Neon Carrot #FB9D3A
Tints of Neon Carrot #FB9D3A
RGB
CMYK
RGB Variations
Color information
#FB9D3A (or 0xFB9D3A) is known color: Neon Carrot. HEX triplet: FB, 9D and 3A. RGB value is (251,157,58). Sum of RGB (Red+Green+Blue) = 251+157+58=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9D3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9D3A is #0462C5. Grayscale: #AEAEAE. Windows color (decimal): -287430 or 3841531. OLE color: 3841531.
HSL color Cylindrical-coordinate representation of color #FB9D3A: hue angle of 30.78º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB9D3A is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 157 | 58 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.02 |
| HSL | 30.78º | 0.96% | 0.61% | - |
| HSV(B) | 30.78º | 0.77% | 0.98% | - |
| XYZ | 52.6 | 44.93 | 9.9 | - |
| YUV | 173.82 | 62.64 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 157 | 58 | 0 | 0.37 | 0.77 | 0.02 | 30.78 | 0.96 | 0.61 |
| Hex | FB | 9D | 3A | 0 | 25 | 4D | 2 | 1F | 60 | 3D |
| Octal | 373 | 235 | 72 | 0 | 45 | 115 | 2 | 37 | 140 | 75 |
| Binary | 11111011 | 10011101 | 111010 | 0 | 100101 | 1001101 | 10 | 11111 | 1100000 | 111101 |
Color Harmonies of #FB9D3A
Complementary color
Monochromatic Colors of #FB9D3A
Black with #FB9D3A
Text Example
Text Example
White with #FB9D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9D3A; }
p { color: rgb(251,157,58); }
H1.HeaderClassName
{
color: #FB9D3A;
}
.AnyTagClassName
{
color: #FB9D3A;
}
</style>
background-color css
<style>
a { background-color: #FB9D3A; }
a { background-color: rgb(251,157,58); }
div.DivClassName
{
background-color: #FB9D3A;
}
.BgClassName
{
background-color: #FB9D3A;
}
</style>
border-color css
<style>
span { border-color: #FB9D3A; }
span { border-color: rgb(251,157,58); }
td.TdClassName
{
border-color: #FB9D3A;
}
.TagClassName
{
border-color: #FB9D3A;
}
</style>