#F2DA5D

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

Shades of Portica #F2DA5D

Tints of Portica #F2DA5D

Color information

#F2DA5D (or 0xF2DA5D) is unknown color: approx Portica. HEX triplet: F2, DA and 5D. RGB value is (242,218,93). Sum of RGB (Red+Green+Blue) = 242+218+93=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DA5D is #0D25A2. Grayscale: #D3D3D3. Windows color (decimal): -861603 or 6150898. OLE color: 6150898.

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

Color convert

RGB24221893-
CMYK00.100.620.05
HSL50.34º85.14%65.69%-
HSV(B)50.34º61.57%94.9%-
XYZ63.6769.8120.48-
YUV210.9361.45150.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.76%
GREEN value IS 218 (85.55% from 255) = 39.42%
BLUE value IS 93 (36.72% from 255) = 16.82%
R=43.76%
G=39.42%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422189300.100.620.0550.3485.1465.69
HexF2DA5D0A3E5325542
Octal36233213501276562125102
Binary111100101101101010111010101011111010111001010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DA5D; }

 p { color: rgb(242,218,93); }

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

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

 a { background-color: rgb(242,218,93); }

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

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

 span { border-color: rgb(242,218,93); }

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