#F2DC5F

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

Shades of Portica #F2DC5F

Tints of Portica #F2DC5F

Color information

#F2DC5F (or 0xF2DC5F) is unknown color: approx Portica. HEX triplet: F2, DC and 5F. RGB value is (242,220,95). Sum of RGB (Red+Green+Blue) = 242+220+95=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 95 (37.5% from 255 or 17.06% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DC5F is #0D23A0. Grayscale: #D4D4D4. Windows color (decimal): -861089 or 6282482. OLE color: 6282482.

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

Color convert

RGB24222095-
CMYK00.090.610.05
HSL51.02º84.97%66.08%-
HSV(B)51.02º60.74%94.9%-
XYZ64.2870.8921.12-
YUV212.3361.79149.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.45%
GREEN value IS 220 (86.33% from 255) = 39.50%
BLUE value IS 95 (37.5% from 255) = 17.06%
R=43.45%
G=39.50%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422209500.090.610.0551.0284.9766.08
HexF2DC5F093D5335542
Octal36233413701175563125102
Binary111100101101110010111110100111110110111001110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DC5F; }

 p { color: rgb(242,220,95); }

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

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

 a { background-color: rgb(242,220,95); }

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

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

 span { border-color: rgb(242,220,95); }

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