Shades of Neon Carrot #FF8F38
Tints of Neon Carrot #FF8F38
RGB
CMYK
RGB Variations
Color information
#FF8F38 (or 0xFF8F38) is known color: Neon Carrot. HEX triplet: FF, 8F and 38. RGB value is (255,143,56). Sum of RGB (Red+Green+Blue) = 255+143+56=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8F38 is #0070C7. Grayscale: #A7A7A7. Windows color (decimal): -28872 or 3706879. OLE color: 3706879.
HSL color Cylindrical-coordinate representation of color #FF8F38: hue angle of 26.23º 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 #FF8F38 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 56 | - |
| CMYK | 0 | 0.44 | 0.78 | 0 |
| HSL | 26.23º | 1% | 0.61% | - |
| HSV(B) | 26.23º | 0.78% | 1% | - |
| XYZ | 51.78 | 41.19 | 8.96 | - |
| YUV | 166.57 | 65.61 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 56 | 0 | 0.44 | 0.78 | 0 | 26.23 | 1 | 0.61 |
| Hex | FF | 8F | 38 | 0 | 2C | 4E | 0 | 1A | 64 | 3D |
| Octal | 377 | 217 | 70 | 0 | 54 | 116 | 0 | 32 | 144 | 75 |
| Binary | 11111111 | 10001111 | 111000 | 0 | 101100 | 1001110 | 0 | 11010 | 1100100 | 111101 |
Color Harmonies of #FF8F38
Complementary color
Monochromatic Colors of #FF8F38
Black with #FF8F38
Text Example
Text Example
White with #FF8F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F38; }
p { color: rgb(255,143,56); }
H1.HeaderClassName
{
color: #FF8F38;
}
.AnyTagClassName
{
color: #FF8F38;
}
</style>
background-color css
<style>
a { background-color: #FF8F38; }
a { background-color: rgb(255,143,56); }
div.DivClassName
{
background-color: #FF8F38;
}
.BgClassName
{
background-color: #FF8F38;
}
</style>
border-color css
<style>
span { border-color: #FF8F38; }
span { border-color: rgb(255,143,56); }
td.TdClassName
{
border-color: #FF8F38;
}
.TagClassName
{
border-color: #FF8F38;
}
</style>