Shades of Yellow Orange #FFB23F
Tints of Yellow Orange #FFB23F
RGB
CMYK
RGB Variations
Color information
#FFB23F (or 0xFFB23F) is known color: Yellow Orange. HEX triplet: FF, B2 and 3F. RGB value is (255,178,63). Sum of RGB (Red+Green+Blue) = 255+178+63=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 63 (25% from 255 or 12.70% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB23F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFB23F is #004DC0. Grayscale: #BCBCBC. Windows color (decimal): -19905 or 4174591. OLE color: 4174591.
HSL color Cylindrical-coordinate representation of color #FFB23F: hue angle of 35.94º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFB23F is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 63 | - |
| CMYK | 0 | 0.30 | 0.75 | 0 |
| HSL | 35.94º | 1% | 0.62% | - |
| HSV(B) | 35.94º | 0.75% | 1% | - |
| XYZ | 58.06 | 53.46 | 11.96 | - |
| YUV | 187.91 | 57.51 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 63 | 0 | 0.30 | 0.75 | 0 | 35.94 | 1 | 0.62 |
| Hex | FF | B2 | 3F | 0 | 1E | 4B | 0 | 24 | 64 | 3E |
| Octal | 377 | 262 | 77 | 0 | 36 | 113 | 0 | 44 | 144 | 76 |
| Binary | 11111111 | 10110010 | 111111 | 0 | 11110 | 1001011 | 0 | 100100 | 1100100 | 111110 |
Color Harmonies of #FFB23F
Complementary color
Monochromatic Colors of #FFB23F
Black with #FFB23F
Text Example
Text Example
White with #FFB23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB23F; }
p { color: rgb(255,178,63); }
H1.HeaderClassName
{
color: #FFB23F;
}
.AnyTagClassName
{
color: #FFB23F;
}
</style>
background-color css
<style>
a { background-color: #FFB23F; }
a { background-color: rgb(255,178,63); }
div.DivClassName
{
background-color: #FFB23F;
}
.BgClassName
{
background-color: #FFB23F;
}
</style>
border-color css
<style>
span { border-color: #FFB23F; }
span { border-color: rgb(255,178,63); }
td.TdClassName
{
border-color: #FFB23F;
}
.TagClassName
{
border-color: #FFB23F;
}
</style>