#F2DC61

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

Shades of Portica #F2DC61

Tints of Portica #F2DC61

Color information

#F2DC61 (or 0xF2DC61) is unknown color: approx Portica. HEX triplet: F2, DC and 61. RGB value is (242,220,97). Sum of RGB (Red+Green+Blue) = 242+220+97=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 97 (38.28% from 255 or 17.35% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DC61 is #0D239E. Grayscale: #D5D5D5. Windows color (decimal): -861087 or 6413554. OLE color: 6413554.

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

Color convert

RGB24222097-
CMYK00.090.600.05
HSL50.9º84.8%66.47%-
HSV(B)50.9º59.92%94.9%-
XYZ64.3770.9321.61-
YUV212.5662.79149-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.29%
GREEN value IS 220 (86.33% from 255) = 39.36%
BLUE value IS 97 (38.28% from 255) = 17.35%
R=43.29%
G=39.36%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422209700.090.600.0550.984.866.47
HexF2DC61093C5335542
Octal36233414101174563125102
Binary111100101101110011000010100111110010111001110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DC61; }

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

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

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

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

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

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

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

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