Shades of Carrot Orange #F9961D
Tints of Carrot Orange #F9961D
RGB
CMYK
RGB Variations
Color information
#F9961D (or 0xF9961D) is known color: Carrot Orange. HEX triplet: F9, 96 and 1D. RGB value is (249,150,29). Sum of RGB (Red+Green+Blue) = 249+150+29=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F9961D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9961D is #0669E2. Grayscale: #A6A6A6. Windows color (decimal): -420323 or 1939193. OLE color: 1939193.
HSL color Cylindrical-coordinate representation of color #F9961D: hue angle of 33º 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 #F9961D is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 29 | - |
| CMYK | 0 | 0.40 | 0.88 | 0.02 |
| HSL | 33º | 0.95% | 0.55% | - |
| HSV(B) | 33º | 0.88% | 0.98% | - |
| XYZ | 50.2 | 42.04 | 6.63 | - |
| YUV | 165.81 | 50.8 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 29 | 0 | 0.40 | 0.88 | 0.02 | 33 | 0.95 | 0.55 |
| Hex | F9 | 96 | 1D | 0 | 28 | 58 | 2 | 21 | 5F | 37 |
| Octal | 371 | 226 | 35 | 0 | 50 | 130 | 2 | 41 | 137 | 67 |
| Binary | 11111001 | 10010110 | 11101 | 0 | 101000 | 1011000 | 10 | 100001 | 1011111 | 110111 |
Color Harmonies of #F9961D
Complementary color
Monochromatic Colors of #F9961D
Black with #F9961D
Text Example
Text Example
White with #F9961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9961D; }
p { color: rgb(249,150,29); }
H1.HeaderClassName
{
color: #F9961D;
}
.AnyTagClassName
{
color: #F9961D;
}
</style>
background-color css
<style>
a { background-color: #F9961D; }
a { background-color: rgb(249,150,29); }
div.DivClassName
{
background-color: #F9961D;
}
.BgClassName
{
background-color: #F9961D;
}
</style>
border-color css
<style>
span { border-color: #F9961D; }
span { border-color: rgb(249,150,29); }
td.TdClassName
{
border-color: #F9961D;
}
.TagClassName
{
border-color: #F9961D;
}
</style>