Shades of Broom #F0CC1B
Tints of Broom #F0CC1B
RGB
CMYK
RGB Variations
Color information
#F0CC1B (or 0xF0CC1B) is known color: Broom. HEX triplet: F0, CC and 1B. RGB value is (240,204,27). Sum of RGB (Red+Green+Blue) = 240+204+27=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 27 (10.94% from 255 or 5.73% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CC1B is #0F33E4. Grayscale: #C3C3C3. Windows color (decimal): -996325 or 1821936. OLE color: 1821936.
HSL color Cylindrical-coordinate representation of color #F0CC1B: hue angle of 49.86º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0CC1B is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 27 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.06 |
| HSL | 49.86º | 0.88% | 0.52% | - |
| HSV(B) | 49.86º | 0.89% | 0.94% | - |
| XYZ | 57.73 | 61.79 | 9.92 | - |
| YUV | 194.59 | 33.43 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 27 | 0 | 0.15 | 0.89 | 0.06 | 49.86 | 0.88 | 0.52 |
| Hex | F0 | CC | 1B | 0 | F | 59 | 6 | 32 | 58 | 34 |
| Octal | 360 | 314 | 33 | 0 | 17 | 131 | 6 | 62 | 130 | 64 |
| Binary | 11110000 | 11001100 | 11011 | 0 | 1111 | 1011001 | 110 | 110010 | 1011000 | 110100 |
Color Harmonies of #F0CC1B
Complementary color
Monochromatic Colors of #F0CC1B
Black with #F0CC1B
Text Example
Text Example
White with #F0CC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CC1B; }
p { color: rgb(240,204,27); }
H1.HeaderClassName
{
color: #F0CC1B;
}
.AnyTagClassName
{
color: #F0CC1B;
}
</style>
background-color css
<style>
a { background-color: #F0CC1B; }
a { background-color: rgb(240,204,27); }
div.DivClassName
{
background-color: #F0CC1B;
}
.BgClassName
{
background-color: #F0CC1B;
}
</style>
border-color css
<style>
span { border-color: #F0CC1B; }
span { border-color: rgb(240,204,27); }
td.TdClassName
{
border-color: #F0CC1B;
}
.TagClassName
{
border-color: #F0CC1B;
}
</style>