#F0D54F

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

Shades of Portica #F0D54F

Tints of Portica #F0D54F

Color information

#F0D54F (or 0xF0D54F) is unknown color: approx Portica. HEX triplet: F0, D5 and 4F. RGB value is (240,213,79). Sum of RGB (Red+Green+Blue) = 240+213+79=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 79 (31.25% from 255 or 14.85% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D54F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D54F is #0F2AB0. Grayscale: #CECECE. Windows color (decimal): -993969 or 5232112. OLE color: 5232112.

HSL color Cylindrical-coordinate representation of color #F0D54F: hue angle of 49.94º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0D54F is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB24021379-
CMYK00.110.670.06
HSL49.94º84.29%62.55%-
HSV(B)49.94º67.08%94.12%-
XYZ61.1466.6817.04-
YUV205.856.45152.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.11%
GREEN value IS 213 (83.59% from 255) = 40.04%
BLUE value IS 79 (31.25% from 255) = 14.85%
R=45.11%
G=40.04%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402137900.110.670.0649.9484.2962.55
HexF0D54F0B43632543f
Octal36032511701310366212477
Binary111100001101010110011110101110000111101100101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D54F; }

 p { color: rgb(240,213,79); }

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

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

 a { background-color: rgb(240,213,79); }

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

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

 span { border-color: rgb(240,213,79); }

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