Shades of Neon Carrot #F8972A
Tints of Neon Carrot #F8972A
RGB
CMYK
RGB Variations
Color information
#F8972A (or 0xF8972A) is known color: Neon Carrot. HEX triplet: F8, 97 and 2A. RGB value is (248,151,42). Sum of RGB (Red+Green+Blue) = 248+151+42=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F8972A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8972A is #0768D5. Grayscale: #A8A8A8. Windows color (decimal): -485590 or 2791416. OLE color: 2791416.
HSL color Cylindrical-coordinate representation of color #F8972A: hue angle of 31.75º 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 #F8972A is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 151 | 42 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.03 |
| HSL | 31.75º | 0.94% | 0.57% | - |
| HSV(B) | 31.75º | 0.83% | 0.97% | - |
| XYZ | 50.2 | 42.26 | 7.7 | - |
| YUV | 167.58 | 57.14 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 151 | 42 | 0 | 0.39 | 0.83 | 0.03 | 31.75 | 0.94 | 0.57 |
| Hex | F8 | 97 | 2A | 0 | 27 | 53 | 3 | 20 | 5E | 39 |
| Octal | 370 | 227 | 52 | 0 | 47 | 123 | 3 | 40 | 136 | 71 |
| Binary | 11111000 | 10010111 | 101010 | 0 | 100111 | 1010011 | 11 | 100000 | 1011110 | 111001 |
Color Harmonies of #F8972A
Complementary color
Monochromatic Colors of #F8972A
Black with #F8972A
Text Example
Text Example
White with #F8972A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8972A; }
p { color: rgb(248,151,42); }
H1.HeaderClassName
{
color: #F8972A;
}
.AnyTagClassName
{
color: #F8972A;
}
</style>
background-color css
<style>
a { background-color: #F8972A; }
a { background-color: rgb(248,151,42); }
div.DivClassName
{
background-color: #F8972A;
}
.BgClassName
{
background-color: #F8972A;
}
</style>
border-color css
<style>
span { border-color: #F8972A; }
span { border-color: rgb(248,151,42); }
td.TdClassName
{
border-color: #F8972A;
}
.TagClassName
{
border-color: #F8972A;
}
</style>