Shades of Carrot Orange #FF921B
Tints of Carrot Orange #FF921B
RGB
CMYK
RGB Variations
Color information
#FF921B (or 0xFF921B) is known color: Carrot Orange. HEX triplet: FF, 92 and 1B. RGB value is (255,146,27). Sum of RGB (Red+Green+Blue) = 255+146+27=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF921B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF921B is #006DE4. Grayscale: #A5A5A5. Windows color (decimal): -28133 or 1807103. OLE color: 1807103.
HSL color Cylindrical-coordinate representation of color #FF921B: hue angle of 31.32º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF921B is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 27 | - |
| CMYK | 0 | 0.43 | 0.89 | 0 |
| HSL | 31.32º | 1% | 0.55% | - |
| HSV(B) | 31.32º | 0.89% | 1% | - |
| XYZ | 51.72 | 41.9 | 6.4 | - |
| YUV | 165.03 | 50.11 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 27 | 0 | 0.43 | 0.89 | 0 | 31.32 | 1 | 0.55 |
| Hex | FF | 92 | 1B | 0 | 2B | 59 | 0 | 1F | 64 | 37 |
| Octal | 377 | 222 | 33 | 0 | 53 | 131 | 0 | 37 | 144 | 67 |
| Binary | 11111111 | 10010010 | 11011 | 0 | 101011 | 1011001 | 0 | 11111 | 1100100 | 110111 |
Color Harmonies of #FF921B
Complementary color
Monochromatic Colors of #FF921B
Black with #FF921B
Text Example
Text Example
White with #FF921B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF921B; }
p { color: rgb(255,146,27); }
H1.HeaderClassName
{
color: #FF921B;
}
.AnyTagClassName
{
color: #FF921B;
}
</style>
background-color css
<style>
a { background-color: #FF921B; }
a { background-color: rgb(255,146,27); }
div.DivClassName
{
background-color: #FF921B;
}
.BgClassName
{
background-color: #FF921B;
}
</style>
border-color css
<style>
span { border-color: #FF921B; }
span { border-color: rgb(255,146,27); }
td.TdClassName
{
border-color: #FF921B;
}
.TagClassName
{
border-color: #FF921B;
}
</style>