Shades of Yellow Orange #FDB23F
Tints of Yellow Orange #FDB23F
RGB
CMYK
RGB Variations
Color information
#FDB23F (or 0xFDB23F) is known color: Yellow Orange. HEX triplet: FD, B2 and 3F. RGB value is (253,178,63). Sum of RGB (Red+Green+Blue) = 253+178+63=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 63 (25% from 255 or 12.75% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB23F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB23F is #024DC0. Grayscale: #BBBBBB. Windows color (decimal): -150977 or 4174589. OLE color: 4174589.
HSL color Cylindrical-coordinate representation of color #FDB23F: hue angle of 36.32º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDB23F is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 63 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.01 |
| HSL | 36.32º | 0.98% | 0.62% | - |
| HSV(B) | 36.32º | 0.75% | 0.99% | - |
| XYZ | 57.33 | 53.08 | 11.93 | - |
| YUV | 187.32 | 57.85 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 63 | 0 | 0.30 | 0.75 | 0.01 | 36.32 | 0.98 | 0.62 |
| Hex | FD | B2 | 3F | 0 | 1E | 4B | 1 | 24 | 62 | 3E |
| Octal | 375 | 262 | 77 | 0 | 36 | 113 | 1 | 44 | 142 | 76 |
| Binary | 11111101 | 10110010 | 111111 | 0 | 11110 | 1001011 | 1 | 100100 | 1100010 | 111110 |
Color Harmonies of #FDB23F
Complementary color
Monochromatic Colors of #FDB23F
Black with #FDB23F
Text Example
Text Example
White with #FDB23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB23F; }
p { color: rgb(253,178,63); }
H1.HeaderClassName
{
color: #FDB23F;
}
.AnyTagClassName
{
color: #FDB23F;
}
</style>
background-color css
<style>
a { background-color: #FDB23F; }
a { background-color: rgb(253,178,63); }
div.DivClassName
{
background-color: #FDB23F;
}
.BgClassName
{
background-color: #FDB23F;
}
</style>
border-color css
<style>
span { border-color: #FDB23F; }
span { border-color: rgb(253,178,63); }
td.TdClassName
{
border-color: #FDB23F;
}
.TagClassName
{
border-color: #FDB23F;
}
</style>