Shades of Neon Carrot #F89A2A
Tints of Neon Carrot #F89A2A
RGB
CMYK
RGB Variations
Color information
#F89A2A (or 0xF89A2A) is known color: Neon Carrot. HEX triplet: F8, 9A and 2A. RGB value is (248,154,42). Sum of RGB (Red+Green+Blue) = 248+154+42=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89A2A is #0765D5. Grayscale: #A9A9A9. Windows color (decimal): -484822 or 2792184. OLE color: 2792184.
HSL color Cylindrical-coordinate representation of color #F89A2A: hue angle of 32.62º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F89A2A is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 42 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.03 |
| HSL | 32.62º | 0.94% | 0.57% | - |
| HSV(B) | 32.62º | 0.83% | 0.97% | - |
| XYZ | 50.68 | 43.23 | 7.86 | - |
| YUV | 169.34 | 56.14 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 42 | 0 | 0.38 | 0.83 | 0.03 | 32.62 | 0.94 | 0.57 |
| Hex | F8 | 9A | 2A | 0 | 26 | 53 | 3 | 21 | 5E | 39 |
| Octal | 370 | 232 | 52 | 0 | 46 | 123 | 3 | 41 | 136 | 71 |
| Binary | 11111000 | 10011010 | 101010 | 0 | 100110 | 1010011 | 11 | 100001 | 1011110 | 111001 |
Color Harmonies of #F89A2A
Complementary color
Monochromatic Colors of #F89A2A
Black with #F89A2A
Text Example
Text Example
White with #F89A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A2A; }
p { color: rgb(248,154,42); }
H1.HeaderClassName
{
color: #F89A2A;
}
.AnyTagClassName
{
color: #F89A2A;
}
</style>
background-color css
<style>
a { background-color: #F89A2A; }
a { background-color: rgb(248,154,42); }
div.DivClassName
{
background-color: #F89A2A;
}
.BgClassName
{
background-color: #F89A2A;
}
</style>
border-color css
<style>
span { border-color: #F89A2A; }
span { border-color: rgb(248,154,42); }
td.TdClassName
{
border-color: #F89A2A;
}
.TagClassName
{
border-color: #F89A2A;
}
</style>