Shades of Neon Carrot #FB8C2F
Tints of Neon Carrot #FB8C2F
RGB
CMYK
RGB Variations
Color information
#FB8C2F (or 0xFB8C2F) is known color: Neon Carrot. HEX triplet: FB, 8C and 2F. RGB value is (251,140,47). Sum of RGB (Red+Green+Blue) = 251+140+47=438 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.31% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 47 (18.75% from 255 or 10.73% from 438); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8C2F is #0473D0. Grayscale: #A3A3A3. Windows color (decimal): -291793 or 3116283. OLE color: 3116283.
HSL color Cylindrical-coordinate representation of color #FB8C2F: hue angle of 27.35º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB8C2F is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 47 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.02 |
| HSL | 27.35º | 0.96% | 0.58% | - |
| HSV(B) | 27.35º | 0.81% | 0.98% | - |
| XYZ | 49.67 | 39.47 | 7.69 | - |
| YUV | 162.59 | 62.77 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 47 | 0 | 0.44 | 0.81 | 0.02 | 27.35 | 0.96 | 0.58 |
| Hex | FB | 8C | 2F | 0 | 2C | 51 | 2 | 1B | 60 | 3A |
| Octal | 373 | 214 | 57 | 0 | 54 | 121 | 2 | 33 | 140 | 72 |
| Binary | 11111011 | 10001100 | 101111 | 0 | 101100 | 1010001 | 10 | 11011 | 1100000 | 111010 |
Color Harmonies of #FB8C2F
Complementary color
Monochromatic Colors of #FB8C2F
Black with #FB8C2F
Text Example
Text Example
White with #FB8C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C2F; }
p { color: rgb(251,140,47); }
H1.HeaderClassName
{
color: #FB8C2F;
}
.AnyTagClassName
{
color: #FB8C2F;
}
</style>
background-color css
<style>
a { background-color: #FB8C2F; }
a { background-color: rgb(251,140,47); }
div.DivClassName
{
background-color: #FB8C2F;
}
.BgClassName
{
background-color: #FB8C2F;
}
</style>
border-color css
<style>
span { border-color: #FB8C2F; }
span { border-color: rgb(251,140,47); }
td.TdClassName
{
border-color: #FB8C2F;
}
.TagClassName
{
border-color: #FB8C2F;
}
</style>