Shades of Neon Carrot #FF8F30
Tints of Neon Carrot #FF8F30
RGB
CMYK
RGB Variations
Color information
#FF8F30 (or 0xFF8F30) is known color: Neon Carrot. HEX triplet: FF, 8F and 30. RGB value is (255,143,48). Sum of RGB (Red+Green+Blue) = 255+143+48=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8F30 is #0070CF. Grayscale: #A6A6A6. Windows color (decimal): -28880 or 3182591. OLE color: 3182591.
HSL color Cylindrical-coordinate representation of color #FF8F30: hue angle of 27.54º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF8F30 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 48 | - |
| CMYK | 0 | 0.44 | 0.81 | 0 |
| HSL | 27.54º | 1% | 0.59% | - |
| HSV(B) | 27.54º | 0.81% | 1% | - |
| XYZ | 51.6 | 41.12 | 8.01 | - |
| YUV | 165.66 | 61.61 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 48 | 0 | 0.44 | 0.81 | 0 | 27.54 | 1 | 0.59 |
| Hex | FF | 8F | 30 | 0 | 2C | 51 | 0 | 1C | 64 | 3B |
| Octal | 377 | 217 | 60 | 0 | 54 | 121 | 0 | 34 | 144 | 73 |
| Binary | 11111111 | 10001111 | 110000 | 0 | 101100 | 1010001 | 0 | 11100 | 1100100 | 111011 |
Color Harmonies of #FF8F30
Complementary color
Monochromatic Colors of #FF8F30
Black with #FF8F30
Text Example
Text Example
White with #FF8F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F30; }
p { color: rgb(255,143,48); }
H1.HeaderClassName
{
color: #FF8F30;
}
.AnyTagClassName
{
color: #FF8F30;
}
</style>
background-color css
<style>
a { background-color: #FF8F30; }
a { background-color: rgb(255,143,48); }
div.DivClassName
{
background-color: #FF8F30;
}
.BgClassName
{
background-color: #FF8F30;
}
</style>
border-color css
<style>
span { border-color: #FF8F30; }
span { border-color: rgb(255,143,48); }
td.TdClassName
{
border-color: #FF8F30;
}
.TagClassName
{
border-color: #FF8F30;
}
</style>