Shades of Sunglow #FFCB30
Tints of Sunglow #FFCB30
RGB
CMYK
RGB Variations
Color information
#FFCB30 (or 0xFFCB30) is known color: Sunglow. HEX triplet: FF, CB and 30. RGB value is (255,203,48). Sum of RGB (Red+Green+Blue) = 255+203+48=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCB30 is #0034CF. Grayscale: #C9C9C9. Windows color (decimal): -13520 or 3197951. OLE color: 3197951.
HSL color Cylindrical-coordinate representation of color #FFCB30: hue angle of 44.93º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFCB30 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 48 | - |
| CMYK | 0 | 0.20 | 0.81 | 0 |
| HSL | 44.93º | 1% | 0.59% | - |
| HSV(B) | 44.93º | 0.81% | 1% | - |
| XYZ | 63.13 | 64.19 | 11.86 | - |
| YUV | 200.88 | 41.73 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 48 | 0 | 0.20 | 0.81 | 0 | 44.93 | 1 | 0.59 |
| Hex | FF | CB | 30 | 0 | 14 | 51 | 0 | 2D | 64 | 3B |
| Octal | 377 | 313 | 60 | 0 | 24 | 121 | 0 | 55 | 144 | 73 |
| Binary | 11111111 | 11001011 | 110000 | 0 | 10100 | 1010001 | 0 | 101101 | 1100100 | 111011 |
Color Harmonies of #FFCB30
Complementary color
Monochromatic Colors of #FFCB30
Black with #FFCB30
Text Example
Text Example
White with #FFCB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB30; }
p { color: rgb(255,203,48); }
H1.HeaderClassName
{
color: #FFCB30;
}
.AnyTagClassName
{
color: #FFCB30;
}
</style>
background-color css
<style>
a { background-color: #FFCB30; }
a { background-color: rgb(255,203,48); }
div.DivClassName
{
background-color: #FFCB30;
}
.BgClassName
{
background-color: #FFCB30;
}
</style>
border-color css
<style>
span { border-color: #FFCB30; }
span { border-color: rgb(255,203,48); }
td.TdClassName
{
border-color: #FFCB30;
}
.TagClassName
{
border-color: #FFCB30;
}
</style>