Shades of Carrot Orange #FA9D1F
Tints of Carrot Orange #FA9D1F
RGB
CMYK
RGB Variations
Color information
#FA9D1F (or 0xFA9D1F) is known color: Carrot Orange. HEX triplet: FA, 9D and 1F. RGB value is (250,157,31). Sum of RGB (Red+Green+Blue) = 250+157+31=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 31 (12.5% from 255 or 7.08% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9D1F is #0562E0. Grayscale: #ABABAB. Windows color (decimal): -352993 or 2072058. OLE color: 2072058.
HSL color Cylindrical-coordinate representation of color #FA9D1F: hue angle of 34.52º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA9D1F is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 31 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.02 |
| HSL | 34.52º | 0.96% | 0.55% | - |
| HSV(B) | 34.52º | 0.88% | 0.98% | - |
| XYZ | 51.73 | 44.54 | 7.17 | - |
| YUV | 170.44 | 49.31 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 31 | 0 | 0.37 | 0.88 | 0.02 | 34.52 | 0.96 | 0.55 |
| Hex | FA | 9D | 1F | 0 | 25 | 58 | 2 | 23 | 60 | 37 |
| Octal | 372 | 235 | 37 | 0 | 45 | 130 | 2 | 43 | 140 | 67 |
| Binary | 11111010 | 10011101 | 11111 | 0 | 100101 | 1011000 | 10 | 100011 | 1100000 | 110111 |
Color Harmonies of #FA9D1F
Complementary color
Monochromatic Colors of #FA9D1F
Black with #FA9D1F
Text Example
Text Example
White with #FA9D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9D1F; }
p { color: rgb(250,157,31); }
H1.HeaderClassName
{
color: #FA9D1F;
}
.AnyTagClassName
{
color: #FA9D1F;
}
</style>
background-color css
<style>
a { background-color: #FA9D1F; }
a { background-color: rgb(250,157,31); }
div.DivClassName
{
background-color: #FA9D1F;
}
.BgClassName
{
background-color: #FA9D1F;
}
</style>
border-color css
<style>
span { border-color: #FA9D1F; }
span { border-color: rgb(250,157,31); }
td.TdClassName
{
border-color: #FA9D1F;
}
.TagClassName
{
border-color: #FA9D1F;
}
</style>