Shades of Carrot Orange #FD901C
Tints of Carrot Orange #FD901C
RGB
CMYK
RGB Variations
Color information
#FD901C (or 0xFD901C) is known color: Carrot Orange. HEX triplet: FD, 90 and 1C. RGB value is (253,144,28). Sum of RGB (Red+Green+Blue) = 253+144+28=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD901C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD901C is #026FE3. Grayscale: #A3A3A3. Windows color (decimal): -159716 or 1872125. OLE color: 1872125.
HSL color Cylindrical-coordinate representation of color #FD901C: hue angle of 30.93º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD901C is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 144 | 28 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.01 |
| HSL | 30.93º | 0.98% | 0.55% | - |
| HSV(B) | 30.93º | 0.89% | 0.99% | - |
| XYZ | 50.69 | 40.91 | 6.32 | - |
| YUV | 163.37 | 51.61 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 144 | 28 | 0 | 0.43 | 0.89 | 0.01 | 30.93 | 0.98 | 0.55 |
| Hex | FD | 90 | 1C | 0 | 2B | 59 | 1 | 1F | 62 | 37 |
| Octal | 375 | 220 | 34 | 0 | 53 | 131 | 1 | 37 | 142 | 67 |
| Binary | 11111101 | 10010000 | 11100 | 0 | 101011 | 1011001 | 1 | 11111 | 1100010 | 110111 |
Color Harmonies of #FD901C
Complementary color
Monochromatic Colors of #FD901C
Black with #FD901C
Text Example
Text Example
White with #FD901C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD901C; }
p { color: rgb(253,144,28); }
H1.HeaderClassName
{
color: #FD901C;
}
.AnyTagClassName
{
color: #FD901C;
}
</style>
background-color css
<style>
a { background-color: #FD901C; }
a { background-color: rgb(253,144,28); }
div.DivClassName
{
background-color: #FD901C;
}
.BgClassName
{
background-color: #FD901C;
}
</style>
border-color css
<style>
span { border-color: #FD901C; }
span { border-color: rgb(253,144,28); }
td.TdClassName
{
border-color: #FD901C;
}
.TagClassName
{
border-color: #FD901C;
}
</style>