Shades of Neon Carrot #F99A2D
Tints of Neon Carrot #F99A2D
RGB
CMYK
RGB Variations
Color information
#F99A2D (or 0xF99A2D) is known color: Neon Carrot. HEX triplet: F9, 9A and 2D. RGB value is (249,154,45). Sum of RGB (Red+Green+Blue) = 249+154+45=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99A2D is #0665D2. Grayscale: #AAAAAA. Windows color (decimal): -419283 or 2988793. OLE color: 2988793.
HSL color Cylindrical-coordinate representation of color #F99A2D: hue angle of 32.06º degrees, saturation: 0.94, 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 #F99A2D is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 45 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.02 |
| HSL | 32.06º | 0.94% | 0.58% | - |
| HSV(B) | 32.06º | 0.82% | 0.98% | - |
| XYZ | 51.1 | 43.44 | 8.17 | - |
| YUV | 169.98 | 57.47 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 45 | 0 | 0.38 | 0.82 | 0.02 | 32.06 | 0.94 | 0.58 |
| Hex | F9 | 9A | 2D | 0 | 26 | 52 | 2 | 20 | 5E | 3A |
| Octal | 371 | 232 | 55 | 0 | 46 | 122 | 2 | 40 | 136 | 72 |
| Binary | 11111001 | 10011010 | 101101 | 0 | 100110 | 1010010 | 10 | 100000 | 1011110 | 111010 |
Color Harmonies of #F99A2D
Complementary color
Monochromatic Colors of #F99A2D
Black with #F99A2D
Text Example
Text Example
White with #F99A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99A2D; }
p { color: rgb(249,154,45); }
H1.HeaderClassName
{
color: #F99A2D;
}
.AnyTagClassName
{
color: #F99A2D;
}
</style>
background-color css
<style>
a { background-color: #F99A2D; }
a { background-color: rgb(249,154,45); }
div.DivClassName
{
background-color: #F99A2D;
}
.BgClassName
{
background-color: #F99A2D;
}
</style>
border-color css
<style>
span { border-color: #F99A2D; }
span { border-color: rgb(249,154,45); }
td.TdClassName
{
border-color: #F99A2D;
}
.TagClassName
{
border-color: #F99A2D;
}
</style>