#F2D152

Color #F2D152 Portica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portica #F2D152

Tints of Portica #F2D152

Color information

#F2D152 (or 0xF2D152) is unknown color: approx Portica. HEX triplet: F2, D1 and 52. RGB value is (242,209,82). Sum of RGB (Red+Green+Blue) = 242+209+82=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 82 (32.42% from 255 or 15.38% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D152 is #0D2EAD. Grayscale: #CCCCCC. Windows color (decimal): -863918 or 5427698. OLE color: 5427698.

HSL color Cylindrical-coordinate representation of color #F2D152: hue angle of 47.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2D152 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB24220982-
CMYK00.140.660.05
HSL47.62º86.02%63.53%-
HSV(B)47.62º66.12%94.9%-
XYZ60.9465.0917.33-
YUV204.3958.93154.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 45.40%
GREEN value IS 209 (82.03% from 255) = 39.21%
BLUE value IS 82 (32.42% from 255) = 15.38%
R=45.40%
G=39.21%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422098200.140.660.0547.6286.0263.53
HexF2D1520E425305640
Octal362321122016102560126100
Binary1111001011010001101001001110100001010111000010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D152; }

 p { color: rgb(242,209,82); }

 H1.HeaderClassName
 {
   color: #F2D152;
 }
 .AnyTagClassName
 {
   color: #F2D152;
 }
</style>
background-color css

<style>
 a { background-color: #F2D152; }

 a { background-color: rgb(242,209,82); }

 div.DivClassName
 {
   background-color: #F2D152;
 }
 .BgClassName
 {
   background-color: #F2D152;
 }
</style>
border-color css

<style>
 span { border-color: #F2D152; }

 span { border-color: rgb(242,209,82); }

 td.TdClassName
 {
   border-color: #F2D152;
 }
 .TagClassName
 {
   border-color: #F2D152;
 }
</style>