Shades of Carrot Orange #FA8F23
Tints of Carrot Orange #FA8F23
RGB
CMYK
RGB Variations
Color information
#FA8F23 (or 0xFA8F23) is known color: Carrot Orange. HEX triplet: FA, 8F and 23. RGB value is (250,143,35). Sum of RGB (Red+Green+Blue) = 250+143+35=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 35 (14.06% from 255 or 8.18% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8F23 is #0570DC. Grayscale: #A3A3A3. Windows color (decimal): -356573 or 2330618. OLE color: 2330618.
HSL color Cylindrical-coordinate representation of color #FA8F23: hue angle of 30.14º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA8F23 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 35 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.02 |
| HSL | 30.14º | 0.96% | 0.56% | - |
| HSV(B) | 30.14º | 0.86% | 0.98% | - |
| XYZ | 49.55 | 40.09 | 6.72 | - |
| YUV | 162.68 | 55.95 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 35 | 0 | 0.43 | 0.86 | 0.02 | 30.14 | 0.96 | 0.56 |
| Hex | FA | 8F | 23 | 0 | 2B | 56 | 2 | 1E | 60 | 38 |
| Octal | 372 | 217 | 43 | 0 | 53 | 126 | 2 | 36 | 140 | 70 |
| Binary | 11111010 | 10001111 | 100011 | 0 | 101011 | 1010110 | 10 | 11110 | 1100000 | 111000 |
Color Harmonies of #FA8F23
Complementary color
Monochromatic Colors of #FA8F23
Black with #FA8F23
Text Example
Text Example
White with #FA8F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F23; }
p { color: rgb(250,143,35); }
H1.HeaderClassName
{
color: #FA8F23;
}
.AnyTagClassName
{
color: #FA8F23;
}
</style>
background-color css
<style>
a { background-color: #FA8F23; }
a { background-color: rgb(250,143,35); }
div.DivClassName
{
background-color: #FA8F23;
}
.BgClassName
{
background-color: #FA8F23;
}
</style>
border-color css
<style>
span { border-color: #FA8F23; }
span { border-color: rgb(250,143,35); }
td.TdClassName
{
border-color: #FA8F23;
}
.TagClassName
{
border-color: #FA8F23;
}
</style>