Shades of Neon Carrot #F89430
Tints of Neon Carrot #F89430
RGB
CMYK
RGB Variations
Color information
#F89430 (or 0xF89430) is known color: Neon Carrot. HEX triplet: F8, 94 and 30. RGB value is (248,148,48). Sum of RGB (Red+Green+Blue) = 248+148+48=444 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.86% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 248 - color contains mainly: red. Hex color #F89430 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89430 is #076BCF. Grayscale: #A6A6A6. Windows color (decimal): -486352 or 3183864. OLE color: 3183864.
HSL color Cylindrical-coordinate representation of color #F89430: hue angle of 30º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F89430 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 48 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.03 |
| HSL | 30º | 0.93% | 0.58% | - |
| HSV(B) | 30º | 0.81% | 0.97% | - |
| XYZ | 49.83 | 41.35 | 8.15 | - |
| YUV | 166.5 | 61.13 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 48 | 0 | 0.40 | 0.81 | 0.03 | 30 | 0.93 | 0.58 |
| Hex | F8 | 94 | 30 | 0 | 28 | 51 | 3 | 1E | 5D | 3A |
| Octal | 370 | 224 | 60 | 0 | 50 | 121 | 3 | 36 | 135 | 72 |
| Binary | 11111000 | 10010100 | 110000 | 0 | 101000 | 1010001 | 11 | 11110 | 1011101 | 111010 |
Color Harmonies of #F89430
Complementary color
Monochromatic Colors of #F89430
Black with #F89430
Text Example
Text Example
White with #F89430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89430; }
p { color: rgb(248,148,48); }
H1.HeaderClassName
{
color: #F89430;
}
.AnyTagClassName
{
color: #F89430;
}
</style>
background-color css
<style>
a { background-color: #F89430; }
a { background-color: rgb(248,148,48); }
div.DivClassName
{
background-color: #F89430;
}
.BgClassName
{
background-color: #F89430;
}
</style>
border-color css
<style>
span { border-color: #F89430; }
span { border-color: rgb(248,148,48); }
td.TdClassName
{
border-color: #F89430;
}
.TagClassName
{
border-color: #F89430;
}
</style>