Shades of Carrot Orange #F9921D
Tints of Carrot Orange #F9921D
RGB
CMYK
RGB Variations
Color information
#F9921D (or 0xF9921D) is known color: Carrot Orange. HEX triplet: F9, 92 and 1D. RGB value is (249,146,29). Sum of RGB (Red+Green+Blue) = 249+146+29=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F9921D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9921D is #066DE2. Grayscale: #A4A4A4. Windows color (decimal): -421347 or 1938169. OLE color: 1938169.
HSL color Cylindrical-coordinate representation of color #F9921D: hue angle of 31.91º 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 #F9921D is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 29 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.02 |
| HSL | 31.91º | 0.95% | 0.55% | - |
| HSV(B) | 31.91º | 0.88% | 0.98% | - |
| XYZ | 49.57 | 40.79 | 6.42 | - |
| YUV | 163.46 | 52.12 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 29 | 0 | 0.41 | 0.88 | 0.02 | 31.91 | 0.95 | 0.55 |
| Hex | F9 | 92 | 1D | 0 | 29 | 58 | 2 | 20 | 5F | 37 |
| Octal | 371 | 222 | 35 | 0 | 51 | 130 | 2 | 40 | 137 | 67 |
| Binary | 11111001 | 10010010 | 11101 | 0 | 101001 | 1011000 | 10 | 100000 | 1011111 | 110111 |
Color Harmonies of #F9921D
Complementary color
Monochromatic Colors of #F9921D
Black with #F9921D
Text Example
Text Example
White with #F9921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9921D; }
p { color: rgb(249,146,29); }
H1.HeaderClassName
{
color: #F9921D;
}
.AnyTagClassName
{
color: #F9921D;
}
</style>
background-color css
<style>
a { background-color: #F9921D; }
a { background-color: rgb(249,146,29); }
div.DivClassName
{
background-color: #F9921D;
}
.BgClassName
{
background-color: #F9921D;
}
</style>
border-color css
<style>
span { border-color: #F9921D; }
span { border-color: rgb(249,146,29); }
td.TdClassName
{
border-color: #F9921D;
}
.TagClassName
{
border-color: #F9921D;
}
</style>