Shades of Sunglow #FFCB31
Tints of Sunglow #FFCB31
RGB
CMYK
RGB Variations
Color information
#FFCB31 (or 0xFFCB31) is known color: Sunglow. HEX triplet: FF, CB and 31. RGB value is (255,203,49). Sum of RGB (Red+Green+Blue) = 255+203+49=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 49 (19.53% from 255 or 9.66% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB31 is #0034CE. Grayscale: #C9C9C9. Windows color (decimal): -13519 or 3263487. OLE color: 3263487.
HSL color Cylindrical-coordinate representation of color #FFCB31: hue angle of 44.85º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFCB31 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 49 | - |
| CMYK | 0 | 0.20 | 0.81 | 0 |
| HSL | 44.85º | 1% | 0.6% | - |
| HSV(B) | 44.85º | 0.81% | 1% | - |
| XYZ | 63.15 | 64.19 | 11.97 | - |
| YUV | 200.99 | 42.23 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 49 | 0 | 0.20 | 0.81 | 0 | 44.85 | 1 | 0.6 |
| Hex | FF | CB | 31 | 0 | 14 | 51 | 0 | 2D | 64 | 3C |
| Octal | 377 | 313 | 61 | 0 | 24 | 121 | 0 | 55 | 144 | 74 |
| Binary | 11111111 | 11001011 | 110001 | 0 | 10100 | 1010001 | 0 | 101101 | 1100100 | 111100 |
Color Harmonies of #FFCB31
Complementary color
Monochromatic Colors of #FFCB31
Black with #FFCB31
Text Example
Text Example
White with #FFCB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB31; }
p { color: rgb(255,203,49); }
H1.HeaderClassName
{
color: #FFCB31;
}
.AnyTagClassName
{
color: #FFCB31;
}
</style>
background-color css
<style>
a { background-color: #FFCB31; }
a { background-color: rgb(255,203,49); }
div.DivClassName
{
background-color: #FFCB31;
}
.BgClassName
{
background-color: #FFCB31;
}
</style>
border-color css
<style>
span { border-color: #FFCB31; }
span { border-color: rgb(255,203,49); }
td.TdClassName
{
border-color: #FFCB31;
}
.TagClassName
{
border-color: #FFCB31;
}
</style>