Shades of Neon Carrot #FB9C2A
Tints of Neon Carrot #FB9C2A
RGB
CMYK
RGB Variations
Color information
#FB9C2A (or 0xFB9C2A) is known color: Neon Carrot. HEX triplet: FB, 9C and 2A. RGB value is (251,156,42). Sum of RGB (Red+Green+Blue) = 251+156+42=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 42 (16.80% from 255 or 9.35% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9C2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9C2A is #0463D5. Grayscale: #ABABAB. Windows color (decimal): -287702 or 2792699. OLE color: 2792699.
HSL color Cylindrical-coordinate representation of color #FB9C2A: hue angle of 32.73º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB9C2A is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 156 | 42 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.02 |
| HSL | 32.73º | 0.96% | 0.57% | - |
| HSV(B) | 32.73º | 0.83% | 0.98% | - |
| XYZ | 52.09 | 44.45 | 8.03 | - |
| YUV | 171.41 | 54.97 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 156 | 42 | 0 | 0.38 | 0.83 | 0.02 | 32.73 | 0.96 | 0.57 |
| Hex | FB | 9C | 2A | 0 | 26 | 53 | 2 | 21 | 60 | 39 |
| Octal | 373 | 234 | 52 | 0 | 46 | 123 | 2 | 41 | 140 | 71 |
| Binary | 11111011 | 10011100 | 101010 | 0 | 100110 | 1010011 | 10 | 100001 | 1100000 | 111001 |
Color Harmonies of #FB9C2A
Complementary color
Monochromatic Colors of #FB9C2A
Black with #FB9C2A
Text Example
Text Example
White with #FB9C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9C2A; }
p { color: rgb(251,156,42); }
H1.HeaderClassName
{
color: #FB9C2A;
}
.AnyTagClassName
{
color: #FB9C2A;
}
</style>
background-color css
<style>
a { background-color: #FB9C2A; }
a { background-color: rgb(251,156,42); }
div.DivClassName
{
background-color: #FB9C2A;
}
.BgClassName
{
background-color: #FB9C2A;
}
</style>
border-color css
<style>
span { border-color: #FB9C2A; }
span { border-color: rgb(251,156,42); }
td.TdClassName
{
border-color: #FB9C2A;
}
.TagClassName
{
border-color: #FB9C2A;
}
</style>