Shades of Carrot Orange #F99A1C
Tints of Carrot Orange #F99A1C
RGB
CMYK
RGB Variations
Color information
#F99A1C (or 0xF99A1C) is known color: Carrot Orange. HEX triplet: F9, 9A and 1C. RGB value is (249,154,28). Sum of RGB (Red+Green+Blue) = 249+154+28=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99A1C is #0665E3. Grayscale: #A8A8A8. Windows color (decimal): -419300 or 1874681. OLE color: 1874681.
HSL color Cylindrical-coordinate representation of color #F99A1C: hue angle of 34.21º 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 #F99A1C is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 28 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.02 |
| HSL | 34.21º | 0.95% | 0.54% | - |
| HSV(B) | 34.21º | 0.89% | 0.98% | - |
| XYZ | 50.83 | 43.33 | 6.78 | - |
| YUV | 168.04 | 48.97 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 28 | 0 | 0.38 | 0.89 | 0.02 | 34.21 | 0.95 | 0.54 |
| Hex | F9 | 9A | 1C | 0 | 26 | 59 | 2 | 22 | 5F | 36 |
| Octal | 371 | 232 | 34 | 0 | 46 | 131 | 2 | 42 | 137 | 66 |
| Binary | 11111001 | 10011010 | 11100 | 0 | 100110 | 1011001 | 10 | 100010 | 1011111 | 110110 |
Color Harmonies of #F99A1C
Complementary color
Monochromatic Colors of #F99A1C
Black with #F99A1C
Text Example
Text Example
White with #F99A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99A1C; }
p { color: rgb(249,154,28); }
H1.HeaderClassName
{
color: #F99A1C;
}
.AnyTagClassName
{
color: #F99A1C;
}
</style>
background-color css
<style>
a { background-color: #F99A1C; }
a { background-color: rgb(249,154,28); }
div.DivClassName
{
background-color: #F99A1C;
}
.BgClassName
{
background-color: #F99A1C;
}
</style>
border-color css
<style>
span { border-color: #F99A1C; }
span { border-color: rgb(249,154,28); }
td.TdClassName
{
border-color: #F99A1C;
}
.TagClassName
{
border-color: #F99A1C;
}
</style>