Shades of Carrot Orange #F28A2A
Tints of Carrot Orange #F28A2A
RGB
CMYK
RGB Variations
Color information
#F28A2A (or 0xF28A2A) is known color: Carrot Orange. HEX triplet: F2, 8A and 2A. RGB value is (242,138,42). Sum of RGB (Red+Green+Blue) = 242+138+42=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F28A2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28A2A is #0D75D5. Grayscale: #9E9E9E. Windows color (decimal): -882134 or 2788082. OLE color: 2788082.
HSL color Cylindrical-coordinate representation of color #F28A2A: hue angle of 28.8º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F28A2A is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 138 | 42 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.05 |
| HSL | 28.8º | 0.88% | 0.56% | - |
| HSV(B) | 28.8º | 0.83% | 0.95% | - |
| XYZ | 46.12 | 37.22 | 6.94 | - |
| YUV | 158.15 | 62.46 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 138 | 42 | 0 | 0.43 | 0.83 | 0.05 | 28.8 | 0.88 | 0.56 |
| Hex | F2 | 8A | 2A | 0 | 2B | 53 | 5 | 1D | 58 | 38 |
| Octal | 362 | 212 | 52 | 0 | 53 | 123 | 5 | 35 | 130 | 70 |
| Binary | 11110010 | 10001010 | 101010 | 0 | 101011 | 1010011 | 101 | 11101 | 1011000 | 111000 |
Color Harmonies of #F28A2A
Complementary color
Monochromatic Colors of #F28A2A
Black with #F28A2A
Text Example
Text Example
White with #F28A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28A2A; }
p { color: rgb(242,138,42); }
H1.HeaderClassName
{
color: #F28A2A;
}
.AnyTagClassName
{
color: #F28A2A;
}
</style>
background-color css
<style>
a { background-color: #F28A2A; }
a { background-color: rgb(242,138,42); }
div.DivClassName
{
background-color: #F28A2A;
}
.BgClassName
{
background-color: #F28A2A;
}
</style>
border-color css
<style>
span { border-color: #F28A2A; }
span { border-color: rgb(242,138,42); }
td.TdClassName
{
border-color: #F28A2A;
}
.TagClassName
{
border-color: #F28A2A;
}
</style>