Shades of Neon Carrot #FF9A38
Tints of Neon Carrot #FF9A38
RGB
CMYK
RGB Variations
Color information
#FF9A38 (or 0xFF9A38) is known color: Neon Carrot. HEX triplet: FF, 9A and 38. RGB value is (255,154,56). Sum of RGB (Red+Green+Blue) = 255+154+56=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 56 (22.27% from 255 or 12.04% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9A38 is #0065C7. Grayscale: #ADADAD. Windows color (decimal): -26056 or 3709695. OLE color: 3709695.
HSL color Cylindrical-coordinate representation of color #FF9A38: hue angle of 29.55º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF9A38 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 56 | - |
| CMYK | 0 | 0.40 | 0.78 | 0 |
| HSL | 29.55º | 1% | 0.61% | - |
| HSV(B) | 29.55º | 0.78% | 1% | - |
| XYZ | 53.51 | 44.66 | 9.54 | - |
| YUV | 173.03 | 61.96 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 56 | 0 | 0.40 | 0.78 | 0 | 29.55 | 1 | 0.61 |
| Hex | FF | 9A | 38 | 0 | 28 | 4E | 0 | 1E | 64 | 3D |
| Octal | 377 | 232 | 70 | 0 | 50 | 116 | 0 | 36 | 144 | 75 |
| Binary | 11111111 | 10011010 | 111000 | 0 | 101000 | 1001110 | 0 | 11110 | 1100100 | 111101 |
Color Harmonies of #FF9A38
Complementary color
Monochromatic Colors of #FF9A38
Black with #FF9A38
Text Example
Text Example
White with #FF9A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A38; }
p { color: rgb(255,154,56); }
H1.HeaderClassName
{
color: #FF9A38;
}
.AnyTagClassName
{
color: #FF9A38;
}
</style>
background-color css
<style>
a { background-color: #FF9A38; }
a { background-color: rgb(255,154,56); }
div.DivClassName
{
background-color: #FF9A38;
}
.BgClassName
{
background-color: #FF9A38;
}
</style>
border-color css
<style>
span { border-color: #FF9A38; }
span { border-color: rgb(255,154,56); }
td.TdClassName
{
border-color: #FF9A38;
}
.TagClassName
{
border-color: #FF9A38;
}
</style>