Shades of Carrot Orange #F9951E
Tints of Carrot Orange #F9951E
RGB
CMYK
RGB Variations
Color information
#F9951E (or 0xF9951E) is known color: Carrot Orange. HEX triplet: F9, 95 and 1E. RGB value is (249,149,30). Sum of RGB (Red+Green+Blue) = 249+149+30=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 30 (12.11% from 255 or 7.01% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F9951E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9951E is #066AE1. Grayscale: #A5A5A5. Windows color (decimal): -420578 or 2004473. OLE color: 2004473.
HSL color Cylindrical-coordinate representation of color #F9951E: hue angle of 32.6º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F9951E is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 30 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.02 |
| HSL | 32.6º | 0.95% | 0.55% | - |
| HSV(B) | 32.6º | 0.88% | 0.98% | - |
| XYZ | 50.05 | 41.73 | 6.64 | - |
| YUV | 165.33 | 51.63 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 30 | 0 | 0.40 | 0.88 | 0.02 | 32.6 | 0.95 | 0.55 |
| Hex | F9 | 95 | 1E | 0 | 28 | 58 | 2 | 21 | 5F | 37 |
| Octal | 371 | 225 | 36 | 0 | 50 | 130 | 2 | 41 | 137 | 67 |
| Binary | 11111001 | 10010101 | 11110 | 0 | 101000 | 1011000 | 10 | 100001 | 1011111 | 110111 |
Color Harmonies of #F9951E
Complementary color
Monochromatic Colors of #F9951E
Black with #F9951E
Text Example
Text Example
White with #F9951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9951E; }
p { color: rgb(249,149,30); }
H1.HeaderClassName
{
color: #F9951E;
}
.AnyTagClassName
{
color: #F9951E;
}
</style>
background-color css
<style>
a { background-color: #F9951E; }
a { background-color: rgb(249,149,30); }
div.DivClassName
{
background-color: #F9951E;
}
.BgClassName
{
background-color: #F9951E;
}
</style>
border-color css
<style>
span { border-color: #F9951E; }
span { border-color: rgb(249,149,30); }
td.TdClassName
{
border-color: #F9951E;
}
.TagClassName
{
border-color: #F9951E;
}
</style>