#F2D859

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

Shades of Portica #F2D859

Tints of Portica #F2D859

Color information

#F2D859 (or 0xF2D859) is unknown color: approx Portica. HEX triplet: F2, D8 and 59. RGB value is (242,216,89). Sum of RGB (Red+Green+Blue) = 242+216+89=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 89 (35.16% from 255 or 16.27% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D859 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D859 is #0D27A6. Grayscale: #D1D1D1. Windows color (decimal): -862119 or 5888242. OLE color: 5888242.

HSL color Cylindrical-coordinate representation of color #F2D859: hue angle of 49.8º 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 #F2D859 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB24221689-
CMYK00.110.630.05
HSL49.8º85.47%64.9%-
HSV(B)49.8º63.22%94.9%-
XYZ62.9868.7119.39-
YUV209.360.11151.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.24%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 89 (35.16% from 255) = 16.27%
R=44.24%
G=39.49%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422168900.110.630.0549.885.4764.9
HexF2D8590B3F5325541
Octal36233013101377562125101
Binary111100101101100010110010101111111110111001010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D859; }

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

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

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

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

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

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

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

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