Shades of Neon Carrot #FF9F34
Tints of Neon Carrot #FF9F34
RGB
CMYK
RGB Variations
Color information
#FF9F34 (or 0xFF9F34) is known color: Neon Carrot. HEX triplet: FF, 9F and 34. RGB value is (255,159,52). Sum of RGB (Red+Green+Blue) = 255+159+52=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9F34 is #0060CB. Grayscale: #B0B0B0. Windows color (decimal): -24780 or 3448831. OLE color: 3448831.
HSL color Cylindrical-coordinate representation of color #FF9F34: hue angle of 31.63º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF9F34 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 52 | - |
| CMYK | 0 | 0.38 | 0.80 | 0 |
| HSL | 31.63º | 1% | 0.6% | - |
| HSV(B) | 31.63º | 0.8% | 1% | - |
| XYZ | 54.26 | 46.3 | 9.33 | - |
| YUV | 175.51 | 58.3 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 52 | 0 | 0.38 | 0.80 | 0 | 31.63 | 1 | 0.6 |
| Hex | FF | 9F | 34 | 0 | 26 | 50 | 0 | 20 | 64 | 3C |
| Octal | 377 | 237 | 64 | 0 | 46 | 120 | 0 | 40 | 144 | 74 |
| Binary | 11111111 | 10011111 | 110100 | 0 | 100110 | 1010000 | 0 | 100000 | 1100100 | 111100 |
Color Harmonies of #FF9F34
Complementary color
Monochromatic Colors of #FF9F34
Black with #FF9F34
Text Example
Text Example
White with #FF9F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F34; }
p { color: rgb(255,159,52); }
H1.HeaderClassName
{
color: #FF9F34;
}
.AnyTagClassName
{
color: #FF9F34;
}
</style>
background-color css
<style>
a { background-color: #FF9F34; }
a { background-color: rgb(255,159,52); }
div.DivClassName
{
background-color: #FF9F34;
}
.BgClassName
{
background-color: #FF9F34;
}
</style>
border-color css
<style>
span { border-color: #FF9F34; }
span { border-color: rgb(255,159,52); }
td.TdClassName
{
border-color: #FF9F34;
}
.TagClassName
{
border-color: #FF9F34;
}
</style>