#F0D459

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

Shades of Portica #F0D459

Tints of Portica #F0D459

Color information

#F0D459 (or 0xF0D459) is unknown color: approx Portica. HEX triplet: F0, D4 and 59. RGB value is (240,212,89). Sum of RGB (Red+Green+Blue) = 240+212+89=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 89 (35.16% from 255 or 16.45% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D459 is #0F2BA6. Grayscale: #CECECE. Windows color (decimal): -994215 or 5887216. OLE color: 5887216.

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

Color convert

RGB24021289-
CMYK00.120.630.06
HSL48.87º83.43%64.51%-
HSV(B)48.87º62.92%94.12%-
XYZ61.2866.3319.02-
YUV206.3561.78152-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.36%
GREEN value IS 212 (83.20% from 255) = 39.19%
BLUE value IS 89 (35.16% from 255) = 16.45%
R=44.36%
G=39.19%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402128900.120.630.0648.8783.4364.51
HexF0D4590C3F6315341
Octal36032413101477661123101
Binary111100001101010010110010110011111111011000110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D459; }

 p { color: rgb(240,212,89); }

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

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

 a { background-color: rgb(240,212,89); }

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

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

 span { border-color: rgb(240,212,89); }

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