Shades of Neon Carrot #FB973D
Tints of Neon Carrot #FB973D
RGB
CMYK
RGB Variations
Color information
#FB973D (or 0xFB973D) is known color: Neon Carrot. HEX triplet: FB, 97 and 3D. RGB value is (251,151,61). Sum of RGB (Red+Green+Blue) = 251+151+61=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB973D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB973D is #0468C2. Grayscale: #ABABAB. Windows color (decimal): -288963 or 4036603. OLE color: 4036603.
HSL color Cylindrical-coordinate representation of color #FB973D: hue angle of 28.42º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB973D is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 151 | 61 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.02 |
| HSL | 28.42º | 0.96% | 0.61% | - |
| HSV(B) | 28.42º | 0.76% | 0.98% | - |
| XYZ | 51.69 | 42.98 | 9.99 | - |
| YUV | 170.64 | 66.13 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 151 | 61 | 0 | 0.40 | 0.76 | 0.02 | 28.42 | 0.96 | 0.61 |
| Hex | FB | 97 | 3D | 0 | 28 | 4C | 2 | 1C | 60 | 3D |
| Octal | 373 | 227 | 75 | 0 | 50 | 114 | 2 | 34 | 140 | 75 |
| Binary | 11111011 | 10010111 | 111101 | 0 | 101000 | 1001100 | 10 | 11100 | 1100000 | 111101 |
Color Harmonies of #FB973D
Complementary color
Monochromatic Colors of #FB973D
Black with #FB973D
Text Example
Text Example
White with #FB973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB973D; }
p { color: rgb(251,151,61); }
H1.HeaderClassName
{
color: #FB973D;
}
.AnyTagClassName
{
color: #FB973D;
}
</style>
background-color css
<style>
a { background-color: #FB973D; }
a { background-color: rgb(251,151,61); }
div.DivClassName
{
background-color: #FB973D;
}
.BgClassName
{
background-color: #FB973D;
}
</style>
border-color css
<style>
span { border-color: #FB973D; }
span { border-color: rgb(251,151,61); }
td.TdClassName
{
border-color: #FB973D;
}
.TagClassName
{
border-color: #FB973D;
}
</style>