Shades of Neon Carrot #FF9A34
Tints of Neon Carrot #FF9A34
RGB
CMYK
RGB Variations
Color information
#FF9A34 (or 0xFF9A34) is known color: Neon Carrot. HEX triplet: FF, 9A and 34. RGB value is (255,154,52). Sum of RGB (Red+Green+Blue) = 255+154+52=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 52 (20.70% from 255 or 11.28% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9A34 is #0065CB. Grayscale: #ADADAD. Windows color (decimal): -26060 or 3447551. OLE color: 3447551.
HSL color Cylindrical-coordinate representation of color #FF9A34: hue angle of 30.15º 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 #FF9A34 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 52 | - |
| CMYK | 0 | 0.40 | 0.80 | 0 |
| HSL | 30.15º | 1% | 0.6% | - |
| HSV(B) | 30.15º | 0.8% | 1% | - |
| XYZ | 53.42 | 44.62 | 9.05 | - |
| YUV | 172.57 | 59.96 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 52 | 0 | 0.40 | 0.80 | 0 | 30.15 | 1 | 0.6 |
| Hex | FF | 9A | 34 | 0 | 28 | 50 | 0 | 1E | 64 | 3C |
| Octal | 377 | 232 | 64 | 0 | 50 | 120 | 0 | 36 | 144 | 74 |
| Binary | 11111111 | 10011010 | 110100 | 0 | 101000 | 1010000 | 0 | 11110 | 1100100 | 111100 |
Color Harmonies of #FF9A34
Complementary color
Monochromatic Colors of #FF9A34
Black with #FF9A34
Text Example
Text Example
White with #FF9A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A34; }
p { color: rgb(255,154,52); }
H1.HeaderClassName
{
color: #FF9A34;
}
.AnyTagClassName
{
color: #FF9A34;
}
</style>
background-color css
<style>
a { background-color: #FF9A34; }
a { background-color: rgb(255,154,52); }
div.DivClassName
{
background-color: #FF9A34;
}
.BgClassName
{
background-color: #FF9A34;
}
</style>
border-color css
<style>
span { border-color: #FF9A34; }
span { border-color: rgb(255,154,52); }
td.TdClassName
{
border-color: #FF9A34;
}
.TagClassName
{
border-color: #FF9A34;
}
</style>