Shades of Neon Carrot #F69430
Tints of Neon Carrot #F69430
RGB
CMYK
RGB Variations
Color information
#F69430 (or 0xF69430) is known color: Neon Carrot. HEX triplet: F6, 94 and 30. RGB value is (246,148,48). Sum of RGB (Red+Green+Blue) = 246+148+48=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 48 (19.14% from 255 or 10.86% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F69430 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F69430 is #096BCF. Grayscale: #A6A6A6. Windows color (decimal): -617424 or 3183862. OLE color: 3183862.
HSL color Cylindrical-coordinate representation of color #F69430: hue angle of 30.3º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F69430 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 48 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.04 |
| HSL | 30.3º | 0.92% | 0.58% | - |
| HSV(B) | 30.3º | 0.8% | 0.96% | - |
| XYZ | 49.13 | 40.99 | 8.12 | - |
| YUV | 165.9 | 61.47 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 48 | 0 | 0.40 | 0.80 | 0.04 | 30.3 | 0.92 | 0.58 |
| Hex | F6 | 94 | 30 | 0 | 28 | 50 | 4 | 1E | 5C | 3A |
| Octal | 366 | 224 | 60 | 0 | 50 | 120 | 4 | 36 | 134 | 72 |
| Binary | 11110110 | 10010100 | 110000 | 0 | 101000 | 1010000 | 100 | 11110 | 1011100 | 111010 |
Color Harmonies of #F69430
Complementary color
Monochromatic Colors of #F69430
Black with #F69430
Text Example
Text Example
White with #F69430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69430; }
p { color: rgb(246,148,48); }
H1.HeaderClassName
{
color: #F69430;
}
.AnyTagClassName
{
color: #F69430;
}
</style>
background-color css
<style>
a { background-color: #F69430; }
a { background-color: rgb(246,148,48); }
div.DivClassName
{
background-color: #F69430;
}
.BgClassName
{
background-color: #F69430;
}
</style>
border-color css
<style>
span { border-color: #F69430; }
span { border-color: rgb(246,148,48); }
td.TdClassName
{
border-color: #F69430;
}
.TagClassName
{
border-color: #F69430;
}
</style>