Shades of Carrot Orange #F0902A
Tints of Carrot Orange #F0902A
RGB
CMYK
RGB Variations
Color information
#F0902A (or 0xF0902A) is known color: Carrot Orange. HEX triplet: F0, 90 and 2A. RGB value is (240,144,42). Sum of RGB (Red+Green+Blue) = 240+144+42=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F0902A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0902A is #0F6FD5. Grayscale: #A1A1A1. Windows color (decimal): -1011670 or 2789616. OLE color: 2789616.
HSL color Cylindrical-coordinate representation of color #F0902A: hue angle of 30.91º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0902A is Cyan = 0, Magento = 0.4, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 42 | - |
| CMYK | 0 | 0.4 | 0.82 | 0.06 |
| HSL | 30.91º | 0.87% | 0.55% | - |
| HSV(B) | 30.91º | 0.83% | 0.94% | - |
| XYZ | 46.33 | 38.64 | 7.21 | - |
| YUV | 161.08 | 60.8 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 42 | 0 | 0.4 | 0.82 | 0.06 | 30.91 | 0.87 | 0.55 |
| Hex | F0 | 90 | 2A | 0 | 28 | 52 | 6 | 1F | 57 | 37 |
| Octal | 360 | 220 | 52 | 0 | 50 | 122 | 6 | 37 | 127 | 67 |
| Binary | 11110000 | 10010000 | 101010 | 0 | 101000 | 1010010 | 110 | 11111 | 1010111 | 110111 |
Color Harmonies of #F0902A
Complementary color
Monochromatic Colors of #F0902A
Black with #F0902A
Text Example
Text Example
White with #F0902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0902A; }
p { color: rgb(240,144,42); }
H1.HeaderClassName
{
color: #F0902A;
}
.AnyTagClassName
{
color: #F0902A;
}
</style>
background-color css
<style>
a { background-color: #F0902A; }
a { background-color: rgb(240,144,42); }
div.DivClassName
{
background-color: #F0902A;
}
.BgClassName
{
background-color: #F0902A;
}
</style>
border-color css
<style>
span { border-color: #F0902A; }
span { border-color: rgb(240,144,42); }
td.TdClassName
{
border-color: #F0902A;
}
.TagClassName
{
border-color: #F0902A;
}
</style>