Shades of Portica #F0D254
Tints of Portica #F0D254
RGB
CMYK
RGB Variations
Color information
#F0D254 (or 0xF0D254) is known color: Portica. HEX triplet: F0, D2 and 54. RGB value is (240,210,84). Sum of RGB (Red+Green+Blue) = 240+210+84=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 84 (33.20% from 255 or 15.73% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D254 is #0F2DAB. Grayscale: #CDCDCD. Windows color (decimal): -994732 or 5559024. OLE color: 5559024.
HSL color Cylindrical-coordinate representation of color #F0D254: hue angle of 48.46º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0D254 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 84 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.06 |
| HSL | 48.46º | 0.84% | 0.64% | - |
| HSV(B) | 48.46º | 0.65% | 0.94% | - |
| XYZ | 60.58 | 65.26 | 17.79 | - |
| YUV | 204.61 | 59.94 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 84 | 0 | 0.12 | 0.65 | 0.06 | 48.46 | 0.84 | 0.64 |
| Hex | F0 | D2 | 54 | 0 | C | 41 | 6 | 30 | 54 | 40 |
| Octal | 360 | 322 | 124 | 0 | 14 | 101 | 6 | 60 | 124 | 100 |
| Binary | 11110000 | 11010010 | 1010100 | 0 | 1100 | 1000001 | 110 | 110000 | 1010100 | 1000000 |
Color Harmonies of #F0D254
Complementary color
Monochromatic Colors of #F0D254
Black with #F0D254
Text Example
Text Example
White with #F0D254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D254; }
p { color: rgb(240,210,84); }
H1.HeaderClassName
{
color: #F0D254;
}
.AnyTagClassName
{
color: #F0D254;
}
</style>
background-color css
<style>
a { background-color: #F0D254; }
a { background-color: rgb(240,210,84); }
div.DivClassName
{
background-color: #F0D254;
}
.BgClassName
{
background-color: #F0D254;
}
</style>
border-color css
<style>
span { border-color: #F0D254; }
span { border-color: rgb(240,210,84); }
td.TdClassName
{
border-color: #F0D254;
}
.TagClassName
{
border-color: #F0D254;
}
</style>