Shades of Neon Carrot #FF8A2D
Tints of Neon Carrot #FF8A2D
RGB
CMYK
RGB Variations
Color information
#FF8A2D (or 0xFF8A2D) is known color: Neon Carrot. HEX triplet: FF, 8A and 2D. RGB value is (255,138,45). Sum of RGB (Red+Green+Blue) = 255+138+45=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8A2D is #0075D2. Grayscale: #A2A2A2. Windows color (decimal): -30163 or 2984703. OLE color: 2984703.
HSL color Cylindrical-coordinate representation of color #FF8A2D: hue angle of 26.57º 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 #FF8A2D is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 45 | - |
| CMYK | 0 | 0.46 | 0.82 | 0 |
| HSL | 26.57º | 1% | 0.59% | - |
| HSV(B) | 26.57º | 0.82% | 1% | - |
| XYZ | 50.8 | 39.63 | 7.45 | - |
| YUV | 162.38 | 61.76 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 45 | 0 | 0.46 | 0.82 | 0 | 26.57 | 1 | 0.59 |
| Hex | FF | 8A | 2D | 0 | 2E | 52 | 0 | 1B | 64 | 3B |
| Octal | 377 | 212 | 55 | 0 | 56 | 122 | 0 | 33 | 144 | 73 |
| Binary | 11111111 | 10001010 | 101101 | 0 | 101110 | 1010010 | 0 | 11011 | 1100100 | 111011 |
Color Harmonies of #FF8A2D
Complementary color
Monochromatic Colors of #FF8A2D
Black with #FF8A2D
Text Example
Text Example
White with #FF8A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A2D; }
p { color: rgb(255,138,45); }
H1.HeaderClassName
{
color: #FF8A2D;
}
.AnyTagClassName
{
color: #FF8A2D;
}
</style>
background-color css
<style>
a { background-color: #FF8A2D; }
a { background-color: rgb(255,138,45); }
div.DivClassName
{
background-color: #FF8A2D;
}
.BgClassName
{
background-color: #FF8A2D;
}
</style>
border-color css
<style>
span { border-color: #FF8A2D; }
span { border-color: rgb(255,138,45); }
td.TdClassName
{
border-color: #FF8A2D;
}
.TagClassName
{
border-color: #FF8A2D;
}
</style>