Shades of Yellow Orange #FEAF3C
Tints of Yellow Orange #FEAF3C
RGB
CMYK
RGB Variations
Color information
#FEAF3C (or 0xFEAF3C) is known color: Yellow Orange. HEX triplet: FE, AF and 3C. RGB value is (254,175,60). Sum of RGB (Red+Green+Blue) = 254+175+60=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAF3C is #0150C3. Grayscale: #BABABA. Windows color (decimal): -86212 or 3977214. OLE color: 3977214.
HSL color Cylindrical-coordinate representation of color #FEAF3C: hue angle of 35.57º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FEAF3C is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 175 | 60 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.00 |
| HSL | 35.57º | 0.99% | 0.62% | - |
| HSV(B) | 35.57º | 0.76% | 1% | - |
| XYZ | 57.02 | 52.06 | 11.32 | - |
| YUV | 185.51 | 57.17 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 175 | 60 | 0 | 0.31 | 0.76 | 0.00 | 35.57 | 0.99 | 0.62 |
| Hex | FE | AF | 3C | 0 | 1F | 4C | 0 | 24 | 63 | 3E |
| Octal | 376 | 257 | 74 | 0 | 37 | 114 | 0 | 44 | 143 | 76 |
| Binary | 11111110 | 10101111 | 111100 | 0 | 11111 | 1001100 | 0 | 100100 | 1100011 | 111110 |
Color Harmonies of #FEAF3C
Complementary color
Monochromatic Colors of #FEAF3C
Black with #FEAF3C
Text Example
Text Example
White with #FEAF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAF3C; }
p { color: rgb(254,175,60); }
H1.HeaderClassName
{
color: #FEAF3C;
}
.AnyTagClassName
{
color: #FEAF3C;
}
</style>
background-color css
<style>
a { background-color: #FEAF3C; }
a { background-color: rgb(254,175,60); }
div.DivClassName
{
background-color: #FEAF3C;
}
.BgClassName
{
background-color: #FEAF3C;
}
</style>
border-color css
<style>
span { border-color: #FEAF3C; }
span { border-color: rgb(254,175,60); }
td.TdClassName
{
border-color: #FEAF3C;
}
.TagClassName
{
border-color: #FEAF3C;
}
</style>