#F2DC5B

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

Shades of Portica #F2DC5B

Tints of Portica #F2DC5B

Color information

#F2DC5B (or 0xF2DC5B) is unknown color: approx Portica. HEX triplet: F2, DC and 5B. RGB value is (242,220,91). Sum of RGB (Red+Green+Blue) = 242+220+91=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 91 (35.94% from 255 or 16.46% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DC5B is #0D23A4. Grayscale: #D4D4D4. Windows color (decimal): -861093 or 6020338. OLE color: 6020338.

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

Color convert

RGB24222091-
CMYK00.090.620.05
HSL51.26º85.31%65.29%-
HSV(B)51.26º62.4%94.9%-
XYZ64.170.8220.19-
YUV211.8759.79149.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.76%
GREEN value IS 220 (86.33% from 255) = 39.78%
BLUE value IS 91 (35.94% from 255) = 16.46%
R=43.76%
G=39.78%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422209100.090.620.0551.2685.3165.29
HexF2DC5B093E5335541
Octal36233413301176563125101
Binary111100101101110010110110100111111010111001110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DC5B; }

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

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

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

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

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

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

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

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