Shades of Neon Carrot #FD8C2F
Tints of Neon Carrot #FD8C2F
RGB
CMYK
RGB Variations
Color information
#FD8C2F (or 0xFD8C2F) is known color: Neon Carrot. HEX triplet: FD, 8C and 2F. RGB value is (253,140,47). Sum of RGB (Red+Green+Blue) = 253+140+47=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8C2F is #0273D0. Grayscale: #A3A3A3. Windows color (decimal): -160721 or 3116285. OLE color: 3116285.
HSL color Cylindrical-coordinate representation of color #FD8C2F: hue angle of 27.09º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD8C2F is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 47 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.01 |
| HSL | 27.09º | 0.98% | 0.59% | - |
| HSV(B) | 27.09º | 0.81% | 0.99% | - |
| XYZ | 50.4 | 39.84 | 7.72 | - |
| YUV | 163.19 | 62.44 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 47 | 0 | 0.45 | 0.81 | 0.01 | 27.09 | 0.98 | 0.59 |
| Hex | FD | 8C | 2F | 0 | 2D | 51 | 1 | 1B | 62 | 3B |
| Octal | 375 | 214 | 57 | 0 | 55 | 121 | 1 | 33 | 142 | 73 |
| Binary | 11111101 | 10001100 | 101111 | 0 | 101101 | 1010001 | 1 | 11011 | 1100010 | 111011 |
Color Harmonies of #FD8C2F
Complementary color
Monochromatic Colors of #FD8C2F
Black with #FD8C2F
Text Example
Text Example
White with #FD8C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C2F; }
p { color: rgb(253,140,47); }
H1.HeaderClassName
{
color: #FD8C2F;
}
.AnyTagClassName
{
color: #FD8C2F;
}
</style>
background-color css
<style>
a { background-color: #FD8C2F; }
a { background-color: rgb(253,140,47); }
div.DivClassName
{
background-color: #FD8C2F;
}
.BgClassName
{
background-color: #FD8C2F;
}
</style>
border-color css
<style>
span { border-color: #FD8C2F; }
span { border-color: rgb(253,140,47); }
td.TdClassName
{
border-color: #FD8C2F;
}
.TagClassName
{
border-color: #FD8C2F;
}
</style>