Shades of Carrot Orange #F89A1A
Tints of Carrot Orange #F89A1A
RGB
CMYK
RGB Variations
Color information
#F89A1A (or 0xF89A1A) is known color: Carrot Orange. HEX triplet: F8, 9A and 1A. RGB value is (248,154,26). Sum of RGB (Red+Green+Blue) = 248+154+26=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 26 (10.55% from 255 or 6.07% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F89A1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F89A1A is #0765E5. Grayscale: #A8A8A8. Windows color (decimal): -484838 or 1743608. OLE color: 1743608.
HSL color Cylindrical-coordinate representation of color #F89A1A: hue angle of 34.59º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F89A1A is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 154 | 26 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.03 |
| HSL | 34.59º | 0.94% | 0.54% | - |
| HSV(B) | 34.59º | 0.9% | 0.97% | - |
| XYZ | 50.45 | 43.14 | 6.65 | - |
| YUV | 167.51 | 48.14 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 154 | 26 | 0 | 0.38 | 0.90 | 0.03 | 34.59 | 0.94 | 0.54 |
| Hex | F8 | 9A | 1A | 0 | 26 | 5A | 3 | 23 | 5E | 36 |
| Octal | 370 | 232 | 32 | 0 | 46 | 132 | 3 | 43 | 136 | 66 |
| Binary | 11111000 | 10011010 | 11010 | 0 | 100110 | 1011010 | 11 | 100011 | 1011110 | 110110 |
Color Harmonies of #F89A1A
Complementary color
Monochromatic Colors of #F89A1A
Black with #F89A1A
Text Example
Text Example
White with #F89A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89A1A; }
p { color: rgb(248,154,26); }
H1.HeaderClassName
{
color: #F89A1A;
}
.AnyTagClassName
{
color: #F89A1A;
}
</style>
background-color css
<style>
a { background-color: #F89A1A; }
a { background-color: rgb(248,154,26); }
div.DivClassName
{
background-color: #F89A1A;
}
.BgClassName
{
background-color: #F89A1A;
}
</style>
border-color css
<style>
span { border-color: #F89A1A; }
span { border-color: rgb(248,154,26); }
td.TdClassName
{
border-color: #F89A1A;
}
.TagClassName
{
border-color: #F89A1A;
}
</style>