Shades of Neon Carrot #FF8A2F
Tints of Neon Carrot #FF8A2F
RGB
CMYK
RGB Variations
Color information
#FF8A2F (or 0xFF8A2F) is known color: Neon Carrot. HEX triplet: FF, 8A and 2F. RGB value is (255,138,47). Sum of RGB (Red+Green+Blue) = 255+138+47=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8A2F is #0075D0. Grayscale: #A3A3A3. Windows color (decimal): -30161 or 3115775. OLE color: 3115775.
HSL color Cylindrical-coordinate representation of color #FF8A2F: hue angle of 26.25º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF8A2F is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 47 | - |
| CMYK | 0 | 0.46 | 0.82 | 0 |
| HSL | 26.25º | 1% | 0.59% | - |
| HSV(B) | 26.25º | 0.82% | 1% | - |
| XYZ | 50.84 | 39.64 | 7.66 | - |
| YUV | 162.61 | 62.76 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 47 | 0 | 0.46 | 0.82 | 0 | 26.25 | 1 | 0.59 |
| Hex | FF | 8A | 2F | 0 | 2E | 52 | 0 | 1A | 64 | 3B |
| Octal | 377 | 212 | 57 | 0 | 56 | 122 | 0 | 32 | 144 | 73 |
| Binary | 11111111 | 10001010 | 101111 | 0 | 101110 | 1010010 | 0 | 11010 | 1100100 | 111011 |
Color Harmonies of #FF8A2F
Complementary color
Monochromatic Colors of #FF8A2F
Black with #FF8A2F
Text Example
Text Example
White with #FF8A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A2F; }
p { color: rgb(255,138,47); }
H1.HeaderClassName
{
color: #FF8A2F;
}
.AnyTagClassName
{
color: #FF8A2F;
}
</style>
background-color css
<style>
a { background-color: #FF8A2F; }
a { background-color: rgb(255,138,47); }
div.DivClassName
{
background-color: #FF8A2F;
}
.BgClassName
{
background-color: #FF8A2F;
}
</style>
border-color css
<style>
span { border-color: #FF8A2F; }
span { border-color: rgb(255,138,47); }
td.TdClassName
{
border-color: #FF8A2F;
}
.TagClassName
{
border-color: #FF8A2F;
}
</style>