Shades of Carrot Orange #F9961C
Tints of Carrot Orange #F9961C
RGB
CMYK
RGB Variations
Color information
#F9961C (or 0xF9961C) is known color: Carrot Orange. HEX triplet: F9, 96 and 1C. RGB value is (249,150,28). Sum of RGB (Red+Green+Blue) = 249+150+28=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F9961C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9961C is #0669E3. Grayscale: #A6A6A6. Windows color (decimal): -420324 or 1873657. OLE color: 1873657.
HSL color Cylindrical-coordinate representation of color #F9961C: hue angle of 33.12º 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 #F9961C is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 28 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.02 |
| HSL | 33.12º | 0.95% | 0.54% | - |
| HSV(B) | 33.12º | 0.89% | 0.98% | - |
| XYZ | 50.18 | 42.04 | 6.57 | - |
| YUV | 165.69 | 50.3 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 28 | 0 | 0.40 | 0.89 | 0.02 | 33.12 | 0.95 | 0.54 |
| Hex | F9 | 96 | 1C | 0 | 28 | 59 | 2 | 21 | 5F | 36 |
| Octal | 371 | 226 | 34 | 0 | 50 | 131 | 2 | 41 | 137 | 66 |
| Binary | 11111001 | 10010110 | 11100 | 0 | 101000 | 1011001 | 10 | 100001 | 1011111 | 110110 |
Color Harmonies of #F9961C
Complementary color
Monochromatic Colors of #F9961C
Black with #F9961C
Text Example
Text Example
White with #F9961C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9961C; }
p { color: rgb(249,150,28); }
H1.HeaderClassName
{
color: #F9961C;
}
.AnyTagClassName
{
color: #F9961C;
}
</style>
background-color css
<style>
a { background-color: #F9961C; }
a { background-color: rgb(249,150,28); }
div.DivClassName
{
background-color: #F9961C;
}
.BgClassName
{
background-color: #F9961C;
}
</style>
border-color css
<style>
span { border-color: #F9961C; }
span { border-color: rgb(249,150,28); }
td.TdClassName
{
border-color: #F9961C;
}
.TagClassName
{
border-color: #F9961C;
}
</style>