#f2df5e

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

Shades of Portica #F2DF5E

Tints of Portica #F2DF5E

Color information

#F2DF5E (or 0xF2DF5E) is unknown color: approx Portica. HEX triplet: F2, DF and 5E. RGB value is (242,223,94). Sum of RGB (Red+Green+Blue) = 242+223+94=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 94 (37.11% from 255 or 16.82% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DF5E is #0D20A1. Grayscale: #D6D6D6. Windows color (decimal): -860322 or 6217714. OLE color: 6217714.

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

Color convert

RGB24222394-
CMYK00.080.610.05
HSL52.3º85.06%65.88%-
HSV(B)52.3º61.16%94.9%-
XYZ65.0372.4621.15-
YUV213.9860.29147.99-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.29%
GREEN value IS 223 (87.5% from 255) = 39.89%
BLUE value IS 94 (37.11% from 255) = 16.82%
R=43.29%
G=39.89%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422239400.080.610.0552.385.0665.88
HexF2DF5E083D5345542
Octal36233713601075564125102
Binary111100101101111110111100100011110110111010010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2df5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2df5e; }

 p { color: rgb(242,223,94); }

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

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

 a { background-color: rgb(242,223,94); }

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

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

 span { border-color: rgb(242,223,94); }

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