Shades of Carrot Orange #F59D1F
Tints of Carrot Orange #F59D1F
RGB
CMYK
RGB Variations
Color information
#F59D1F (or 0xF59D1F) is known color: Carrot Orange. HEX triplet: F5, 9D and 1F. RGB value is (245,157,31). Sum of RGB (Red+Green+Blue) = 245+157+31=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 31 (12.5% from 255 or 7.16% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F59D1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F59D1F is #0A62E0. Grayscale: #A9A9A9. Windows color (decimal): -680673 or 2072053. OLE color: 2072053.
HSL color Cylindrical-coordinate representation of color #F59D1F: hue angle of 35.33º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F59D1F is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 31 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.04 |
| HSL | 35.33º | 0.91% | 0.54% | - |
| HSV(B) | 35.33º | 0.87% | 0.96% | - |
| XYZ | 49.96 | 43.63 | 7.08 | - |
| YUV | 168.95 | 50.15 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 31 | 0 | 0.36 | 0.87 | 0.04 | 35.33 | 0.91 | 0.54 |
| Hex | F5 | 9D | 1F | 0 | 24 | 57 | 4 | 23 | 5B | 36 |
| Octal | 365 | 235 | 37 | 0 | 44 | 127 | 4 | 43 | 133 | 66 |
| Binary | 11110101 | 10011101 | 11111 | 0 | 100100 | 1010111 | 100 | 100011 | 1011011 | 110110 |
Color Harmonies of #F59D1F
Complementary color
Monochromatic Colors of #F59D1F
Black with #F59D1F
Text Example
Text Example
White with #F59D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59D1F; }
p { color: rgb(245,157,31); }
H1.HeaderClassName
{
color: #F59D1F;
}
.AnyTagClassName
{
color: #F59D1F;
}
</style>
background-color css
<style>
a { background-color: #F59D1F; }
a { background-color: rgb(245,157,31); }
div.DivClassName
{
background-color: #F59D1F;
}
.BgClassName
{
background-color: #F59D1F;
}
</style>
border-color css
<style>
span { border-color: #F59D1F; }
span { border-color: rgb(245,157,31); }
td.TdClassName
{
border-color: #F59D1F;
}
.TagClassName
{
border-color: #F59D1F;
}
</style>