Shades of Neon Carrot #F99B2A
Tints of Neon Carrot #F99B2A
RGB
CMYK
RGB Variations
Color information
#F99B2A (or 0xF99B2A) is known color: Neon Carrot. HEX triplet: F9, 9B and 2A. RGB value is (249,155,42). Sum of RGB (Red+Green+Blue) = 249+155+42=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F99B2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99B2A is #0664D5. Grayscale: #AAAAAA. Windows color (decimal): -419030 or 2792441. OLE color: 2792441.
HSL color Cylindrical-coordinate representation of color #F99B2A: hue angle of 32.75º degrees, saturation: 0.95, 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 #F99B2A is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 42 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.02 |
| HSL | 32.75º | 0.95% | 0.57% | - |
| HSV(B) | 32.75º | 0.83% | 0.98% | - |
| XYZ | 51.21 | 43.75 | 7.94 | - |
| YUV | 170.22 | 55.64 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 42 | 0 | 0.38 | 0.83 | 0.02 | 32.75 | 0.95 | 0.57 |
| Hex | F9 | 9B | 2A | 0 | 26 | 53 | 2 | 21 | 5F | 39 |
| Octal | 371 | 233 | 52 | 0 | 46 | 123 | 2 | 41 | 137 | 71 |
| Binary | 11111001 | 10011011 | 101010 | 0 | 100110 | 1010011 | 10 | 100001 | 1011111 | 111001 |
Color Harmonies of #F99B2A
Complementary color
Monochromatic Colors of #F99B2A
Black with #F99B2A
Text Example
Text Example
White with #F99B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99B2A; }
p { color: rgb(249,155,42); }
H1.HeaderClassName
{
color: #F99B2A;
}
.AnyTagClassName
{
color: #F99B2A;
}
</style>
background-color css
<style>
a { background-color: #F99B2A; }
a { background-color: rgb(249,155,42); }
div.DivClassName
{
background-color: #F99B2A;
}
.BgClassName
{
background-color: #F99B2A;
}
</style>
border-color css
<style>
span { border-color: #F99B2A; }
span { border-color: rgb(249,155,42); }
td.TdClassName
{
border-color: #F99B2A;
}
.TagClassName
{
border-color: #F99B2A;
}
</style>