#F2DE5C

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

Shades of Portica #F2DE5C

Tints of Portica #F2DE5C

Color information

#F2DE5C (or 0xF2DE5C) is unknown color: approx Portica. HEX triplet: F2, DE and 5C. RGB value is (242,222,92). Sum of RGB (Red+Green+Blue) = 242+222+92=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 92 (36.33% from 255 or 16.55% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DE5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DE5C is #0D21A3. Grayscale: #D5D5D5. Windows color (decimal): -860580 or 6086386. OLE color: 6086386.

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

Color convert

RGB24222292-
CMYK00.080.620.05
HSL52º85.23%65.49%-
HSV(B)52º61.98%94.9%-
XYZ64.6771.8920.59-
YUV213.1659.63148.57-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.53%
GREEN value IS 222 (87.11% from 255) = 39.93%
BLUE value IS 92 (36.33% from 255) = 16.55%
R=43.53%
G=39.93%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422229200.080.620.055285.2365.49
HexF2DE5C083E5345541
Octal36233613401076564125101
Binary111100101101111010111000100011111010111010010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DE5C; }

 p { color: rgb(242,222,92); }

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

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

 a { background-color: rgb(242,222,92); }

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

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

 span { border-color: rgb(242,222,92); }

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