Shades of Carrot Orange #F9961A
Tints of Carrot Orange #F9961A
RGB
CMYK
RGB Variations
Color information
#F9961A (or 0xF9961A) is known color: Carrot Orange. HEX triplet: F9, 96 and 1A. RGB value is (249,150,26). Sum of RGB (Red+Green+Blue) = 249+150+26=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 26 (10.55% from 255 or 6.12% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F9961A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9961A is #0669E5. Grayscale: #A6A6A6. Windows color (decimal): -420326 or 1742585. OLE color: 1742585.
HSL color Cylindrical-coordinate representation of color #F9961A: hue angle of 33.36º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9961A is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 26 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.02 |
| HSL | 33.36º | 0.95% | 0.54% | - |
| HSV(B) | 33.36º | 0.9% | 0.98% | - |
| XYZ | 50.16 | 42.03 | 6.45 | - |
| YUV | 165.47 | 49.3 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 26 | 0 | 0.40 | 0.90 | 0.02 | 33.36 | 0.95 | 0.54 |
| Hex | F9 | 96 | 1A | 0 | 28 | 5A | 2 | 21 | 5F | 36 |
| Octal | 371 | 226 | 32 | 0 | 50 | 132 | 2 | 41 | 137 | 66 |
| Binary | 11111001 | 10010110 | 11010 | 0 | 101000 | 1011010 | 10 | 100001 | 1011111 | 110110 |
Color Harmonies of #F9961A
Complementary color
Monochromatic Colors of #F9961A
Black with #F9961A
Text Example
Text Example
White with #F9961A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9961A; }
p { color: rgb(249,150,26); }
H1.HeaderClassName
{
color: #F9961A;
}
.AnyTagClassName
{
color: #F9961A;
}
</style>
background-color css
<style>
a { background-color: #F9961A; }
a { background-color: rgb(249,150,26); }
div.DivClassName
{
background-color: #F9961A;
}
.BgClassName
{
background-color: #F9961A;
}
</style>
border-color css
<style>
span { border-color: #F9961A; }
span { border-color: rgb(249,150,26); }
td.TdClassName
{
border-color: #F9961A;
}
.TagClassName
{
border-color: #F9961A;
}
</style>