Shades of Neon Carrot #FB992D
Tints of Neon Carrot #FB992D
RGB
CMYK
RGB Variations
Color information
#FB992D (or 0xFB992D) is known color: Neon Carrot. HEX triplet: FB, 99 and 2D. RGB value is (251,153,45). Sum of RGB (Red+Green+Blue) = 251+153+45=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB992D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB992D is #0466D2. Grayscale: #AAAAAA. Windows color (decimal): -288467 or 2988539. OLE color: 2988539.
HSL color Cylindrical-coordinate representation of color #FB992D: hue angle of 31.46º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB992D is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 45 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.02 |
| HSL | 31.46º | 0.96% | 0.58% | - |
| HSV(B) | 31.46º | 0.82% | 0.98% | - |
| XYZ | 51.65 | 43.48 | 8.15 | - |
| YUV | 169.99 | 57.47 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 45 | 0 | 0.39 | 0.82 | 0.02 | 31.46 | 0.96 | 0.58 |
| Hex | FB | 99 | 2D | 0 | 27 | 52 | 2 | 1F | 60 | 3A |
| Octal | 373 | 231 | 55 | 0 | 47 | 122 | 2 | 37 | 140 | 72 |
| Binary | 11111011 | 10011001 | 101101 | 0 | 100111 | 1010010 | 10 | 11111 | 1100000 | 111010 |
Color Harmonies of #FB992D
Complementary color
Monochromatic Colors of #FB992D
Black with #FB992D
Text Example
Text Example
White with #FB992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB992D; }
p { color: rgb(251,153,45); }
H1.HeaderClassName
{
color: #FB992D;
}
.AnyTagClassName
{
color: #FB992D;
}
</style>
background-color css
<style>
a { background-color: #FB992D; }
a { background-color: rgb(251,153,45); }
div.DivClassName
{
background-color: #FB992D;
}
.BgClassName
{
background-color: #FB992D;
}
</style>
border-color css
<style>
span { border-color: #FB992D; }
span { border-color: rgb(251,153,45); }
td.TdClassName
{
border-color: #FB992D;
}
.TagClassName
{
border-color: #FB992D;
}
</style>