Shades of Carrot Orange #F9951C
Tints of Carrot Orange #F9951C
RGB
CMYK
RGB Variations
Color information
#F9951C (or 0xF9951C) is known color: Carrot Orange. HEX triplet: F9, 95 and 1C. RGB value is (249,149,28). Sum of RGB (Red+Green+Blue) = 249+149+28=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F9951C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9951C is #066AE3. Grayscale: #A5A5A5. Windows color (decimal): -420580 or 1873401. OLE color: 1873401.
HSL color Cylindrical-coordinate representation of color #F9951C: hue angle of 32.85º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9951C is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 28 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.02 |
| HSL | 32.85º | 0.95% | 0.54% | - |
| HSV(B) | 32.85º | 0.89% | 0.98% | - |
| XYZ | 50.02 | 41.72 | 6.51 | - |
| YUV | 165.11 | 50.63 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 28 | 0 | 0.40 | 0.89 | 0.02 | 32.85 | 0.95 | 0.54 |
| Hex | F9 | 95 | 1C | 0 | 28 | 59 | 2 | 21 | 5F | 36 |
| Octal | 371 | 225 | 34 | 0 | 50 | 131 | 2 | 41 | 137 | 66 |
| Binary | 11111001 | 10010101 | 11100 | 0 | 101000 | 1011001 | 10 | 100001 | 1011111 | 110110 |
Color Harmonies of #F9951C
Complementary color
Monochromatic Colors of #F9951C
Black with #F9951C
Text Example
Text Example
White with #F9951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9951C; }
p { color: rgb(249,149,28); }
H1.HeaderClassName
{
color: #F9951C;
}
.AnyTagClassName
{
color: #F9951C;
}
</style>
background-color css
<style>
a { background-color: #F9951C; }
a { background-color: rgb(249,149,28); }
div.DivClassName
{
background-color: #F9951C;
}
.BgClassName
{
background-color: #F9951C;
}
</style>
border-color css
<style>
span { border-color: #F9951C; }
span { border-color: rgb(249,149,28); }
td.TdClassName
{
border-color: #F9951C;
}
.TagClassName
{
border-color: #F9951C;
}
</style>