Shades of Neon Carrot #FF902A
Tints of Neon Carrot #FF902A
RGB
CMYK
RGB Variations
Color information
#FF902A (or 0xFF902A) is known color: Neon Carrot. HEX triplet: FF, 90 and 2A. RGB value is (255,144,42). Sum of RGB (Red+Green+Blue) = 255+144+42=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 144 (56.64% from 255 or 32.65% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF902A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF902A is #006FD5. Grayscale: #A6A6A6. Windows color (decimal): -28630 or 2789631. OLE color: 2789631.
HSL color Cylindrical-coordinate representation of color #FF902A: hue angle of 28.73º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF902A is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 42 | - |
| CMYK | 0 | 0.44 | 0.84 | 0 |
| HSL | 28.73º | 1% | 0.58% | - |
| HSV(B) | 28.73º | 0.84% | 1% | - |
| XYZ | 51.63 | 41.37 | 7.46 | - |
| YUV | 165.56 | 58.27 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 42 | 0 | 0.44 | 0.84 | 0 | 28.73 | 1 | 0.58 |
| Hex | FF | 90 | 2A | 0 | 2C | 54 | 0 | 1D | 64 | 3A |
| Octal | 377 | 220 | 52 | 0 | 54 | 124 | 0 | 35 | 144 | 72 |
| Binary | 11111111 | 10010000 | 101010 | 0 | 101100 | 1010100 | 0 | 11101 | 1100100 | 111010 |
Color Harmonies of #FF902A
Complementary color
Monochromatic Colors of #FF902A
Black with #FF902A
Text Example
Text Example
White with #FF902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF902A; }
p { color: rgb(255,144,42); }
H1.HeaderClassName
{
color: #FF902A;
}
.AnyTagClassName
{
color: #FF902A;
}
</style>
background-color css
<style>
a { background-color: #FF902A; }
a { background-color: rgb(255,144,42); }
div.DivClassName
{
background-color: #FF902A;
}
.BgClassName
{
background-color: #FF902A;
}
</style>
border-color css
<style>
span { border-color: #FF902A; }
span { border-color: rgb(255,144,42); }
td.TdClassName
{
border-color: #FF902A;
}
.TagClassName
{
border-color: #FF902A;
}
</style>