Shades of Neon Carrot #FB942A
Tints of Neon Carrot #FB942A
RGB
CMYK
RGB Variations
Color information
#FB942A (or 0xFB942A) is known color: Neon Carrot. HEX triplet: FB, 94 and 2A. RGB value is (251,148,42). Sum of RGB (Red+Green+Blue) = 251+148+42=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB942A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB942A is #046BD5. Grayscale: #A7A7A7. Windows color (decimal): -289750 or 2790651. OLE color: 2790651.
HSL color Cylindrical-coordinate representation of color #FB942A: hue angle of 30.43º 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 #FB942A is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 148 | 42 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.02 |
| HSL | 30.43º | 0.96% | 0.57% | - |
| HSV(B) | 30.43º | 0.83% | 0.98% | - |
| XYZ | 50.79 | 41.86 | 7.59 | - |
| YUV | 166.71 | 57.62 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 148 | 42 | 0 | 0.41 | 0.83 | 0.02 | 30.43 | 0.96 | 0.57 |
| Hex | FB | 94 | 2A | 0 | 29 | 53 | 2 | 1E | 60 | 39 |
| Octal | 373 | 224 | 52 | 0 | 51 | 123 | 2 | 36 | 140 | 71 |
| Binary | 11111011 | 10010100 | 101010 | 0 | 101001 | 1010011 | 10 | 11110 | 1100000 | 111001 |
Color Harmonies of #FB942A
Complementary color
Monochromatic Colors of #FB942A
Black with #FB942A
Text Example
Text Example
White with #FB942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB942A; }
p { color: rgb(251,148,42); }
H1.HeaderClassName
{
color: #FB942A;
}
.AnyTagClassName
{
color: #FB942A;
}
</style>
background-color css
<style>
a { background-color: #FB942A; }
a { background-color: rgb(251,148,42); }
div.DivClassName
{
background-color: #FB942A;
}
.BgClassName
{
background-color: #FB942A;
}
</style>
border-color css
<style>
span { border-color: #FB942A; }
span { border-color: rgb(251,148,42); }
td.TdClassName
{
border-color: #FB942A;
}
.TagClassName
{
border-color: #FB942A;
}
</style>