Shades of Neon Carrot #F8902A
Tints of Neon Carrot #F8902A
RGB
CMYK
RGB Variations
Color information
#F8902A (or 0xF8902A) is known color: Neon Carrot. HEX triplet: F8, 90 and 2A. RGB value is (248,144,42). Sum of RGB (Red+Green+Blue) = 248+144+42=434 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.14% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 248 - color contains mainly: red. Hex color #F8902A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8902A is #076FD5. Grayscale: #A3A3A3. Windows color (decimal): -487382 or 2789624. OLE color: 2789624.
HSL color Cylindrical-coordinate representation of color #F8902A: hue angle of 29.71º 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 #F8902A is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 42 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.03 |
| HSL | 29.71º | 0.94% | 0.57% | - |
| HSV(B) | 29.71º | 0.83% | 0.97% | - |
| XYZ | 49.1 | 40.07 | 7.34 | - |
| YUV | 163.47 | 59.46 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 42 | 0 | 0.42 | 0.83 | 0.03 | 29.71 | 0.94 | 0.57 |
| Hex | F8 | 90 | 2A | 0 | 2A | 53 | 3 | 1E | 5E | 39 |
| Octal | 370 | 220 | 52 | 0 | 52 | 123 | 3 | 36 | 136 | 71 |
| Binary | 11111000 | 10010000 | 101010 | 0 | 101010 | 1010011 | 11 | 11110 | 1011110 | 111001 |
Color Harmonies of #F8902A
Complementary color
Monochromatic Colors of #F8902A
Black with #F8902A
Text Example
Text Example
White with #F8902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8902A; }
p { color: rgb(248,144,42); }
H1.HeaderClassName
{
color: #F8902A;
}
.AnyTagClassName
{
color: #F8902A;
}
</style>
background-color css
<style>
a { background-color: #F8902A; }
a { background-color: rgb(248,144,42); }
div.DivClassName
{
background-color: #F8902A;
}
.BgClassName
{
background-color: #F8902A;
}
</style>
border-color css
<style>
span { border-color: #F8902A; }
span { border-color: rgb(248,144,42); }
td.TdClassName
{
border-color: #F8902A;
}
.TagClassName
{
border-color: #F8902A;
}
</style>