#F2E059

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

Shades of Portica #F2E059

Tints of Portica #F2E059

Color information

#F2E059 (or 0xF2E059) is unknown color: approx Portica. HEX triplet: F2, E0 and 59. RGB value is (242,224,89). Sum of RGB (Red+Green+Blue) = 242+224+89=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 89 (35.16% from 255 or 16.04% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E059 is #0D1FA6. Grayscale: #D6D6D6. Windows color (decimal): -860071 or 5890290. OLE color: 5890290.

HSL color Cylindrical-coordinate representation of color #F2E059: hue angle of 52.94º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2E059 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB24222489-
CMYK00.070.630.05
HSL52.94º85.47%64.9%-
HSV(B)52.94º63.22%94.9%-
XYZ65.0872.9120.09-
YUV213.9957.46147.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.60%
GREEN value IS 224 (87.89% from 255) = 40.36%
BLUE value IS 89 (35.16% from 255) = 16.04%
R=43.60%
G=40.36%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422248900.070.630.0552.9485.4764.9
HexF2E059073F5355541
Octal3623401310777565125101
Binary11110010111000001011001011111111110111010110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E059; }

 p { color: rgb(242,224,89); }

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

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

 a { background-color: rgb(242,224,89); }

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

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

 span { border-color: rgb(242,224,89); }

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