Shades of Neon Carrot #FD8F3A
Tints of Neon Carrot #FD8F3A
RGB
CMYK
RGB Variations
Color information
#FD8F3A (or 0xFD8F3A) is known color: Neon Carrot. HEX triplet: FD, 8F and 3A. RGB value is (253,143,58). Sum of RGB (Red+Green+Blue) = 253+143+58=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 58 (23.05% from 255 or 12.78% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8F3A is #0270C5. Grayscale: #A6A6A6. Windows color (decimal): -159942 or 3837949. OLE color: 3837949.
HSL color Cylindrical-coordinate representation of color #FD8F3A: hue angle of 26.15º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD8F3A is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 143 | 58 | - |
CMYK | 0 | 0.43 | 0.77 | 0.01 |
HSL | 26.15º | 0.98% | 0.61% | - |
HSV(B) | 26.15º | 0.77% | 0.99% | - |
XYZ | 51.09 | 40.83 | 9.19 | - |
YUV | 166.2 | 66.94 | 189.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 143 | 58 | 0 | 0.43 | 0.77 | 0.01 | 26.15 | 0.98 | 0.61 |
Hex | FD | 8F | 3A | 0 | 2B | 4D | 1 | 1A | 62 | 3D |
Octal | 375 | 217 | 72 | 0 | 53 | 115 | 1 | 32 | 142 | 75 |
Binary | 11111101 | 10001111 | 111010 | 0 | 101011 | 1001101 | 1 | 11010 | 1100010 | 111101 |
Color Harmonies of #FD8F3A
Complementary color
Monochromatic Colors of #FD8F3A
Black with #FD8F3A
Text Example
Text Example
White with #FD8F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8F3A; }
p { color: rgb(253,143,58); }
H1.HeaderClassName
{
color: #FD8F3A;
}
.AnyTagClassName
{
color: #FD8F3A;
}
</style>
background-color css
<style>
a { background-color: #FD8F3A; }
a { background-color: rgb(253,143,58); }
div.DivClassName
{
background-color: #FD8F3A;
}
.BgClassName
{
background-color: #FD8F3A;
}
</style>
border-color css
<style>
span { border-color: #FD8F3A; }
span { border-color: rgb(253,143,58); }
td.TdClassName
{
border-color: #FD8F3A;
}
.TagClassName
{
border-color: #FD8F3A;
}
</style>