Shades of Sunglow #FFCB2E
Tints of Sunglow #FFCB2E
RGB
CMYK
RGB Variations
Color information
#FFCB2E (or 0xFFCB2E) is known color: Sunglow. HEX triplet: FF, CB and 2E. RGB value is (255,203,46). Sum of RGB (Red+Green+Blue) = 255+203+46=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 46 (18.36% from 255 or 9.13% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB2E is #0034D1. Grayscale: #C9C9C9. Windows color (decimal): -13522 or 3066879. OLE color: 3066879.
HSL color Cylindrical-coordinate representation of color #FFCB2E: hue angle of 45.07º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFCB2E is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 46 | - |
| CMYK | 0 | 0.20 | 0.82 | 0 |
| HSL | 45.07º | 1% | 0.59% | - |
| HSV(B) | 45.07º | 0.82% | 1% | - |
| XYZ | 63.09 | 64.17 | 11.65 | - |
| YUV | 200.65 | 40.73 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 46 | 0 | 0.20 | 0.82 | 0 | 45.07 | 1 | 0.59 |
| Hex | FF | CB | 2E | 0 | 14 | 52 | 0 | 2D | 64 | 3B |
| Octal | 377 | 313 | 56 | 0 | 24 | 122 | 0 | 55 | 144 | 73 |
| Binary | 11111111 | 11001011 | 101110 | 0 | 10100 | 1010010 | 0 | 101101 | 1100100 | 111011 |
Color Harmonies of #FFCB2E
Complementary color
Monochromatic Colors of #FFCB2E
Black with #FFCB2E
Text Example
Text Example
White with #FFCB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB2E; }
p { color: rgb(255,203,46); }
H1.HeaderClassName
{
color: #FFCB2E;
}
.AnyTagClassName
{
color: #FFCB2E;
}
</style>
background-color css
<style>
a { background-color: #FFCB2E; }
a { background-color: rgb(255,203,46); }
div.DivClassName
{
background-color: #FFCB2E;
}
.BgClassName
{
background-color: #FFCB2E;
}
</style>
border-color css
<style>
span { border-color: #FFCB2E; }
span { border-color: rgb(255,203,46); }
td.TdClassName
{
border-color: #FFCB2E;
}
.TagClassName
{
border-color: #FFCB2E;
}
</style>