#F0F19A

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

Shades of Portafino #F0F19A

Tints of Portafino #F0F19A

Color information

#F0F19A (or 0xF0F19A) is unknown color: approx Portafino. HEX triplet: F0, F1 and 9A. RGB value is (240,241,154). Sum of RGB (Red+Green+Blue) = 240+241+154=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 154 (60.55% from 255 or 24.25% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F19A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F19A is #0F0E65. Grayscale: #E7E7E7. Windows color (decimal): -986726 or 10154480. OLE color: 10154480.

HSL color Cylindrical-coordinate representation of color #F0F19A: hue angle of 60.69º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0F19A is Cyan = 0.00, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB240241154-
CMYK0.0000.360.05
HSL60.69º75.65%77.45%-
HSV(B)60.69º36.1%94.51%-
XYZ73.2283.7742.88-
YUV230.7884.67134.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.80%
GREEN value IS 241 (94.53% from 255) = 37.95%
BLUE value IS 154 (60.55% from 255) = 24.25%
R=37.80%
G=37.95%
B=24.25%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402411540.0000.360.0560.6975.6577.45
HexF0F19A002453d4c4d
Octal3603612320044575114115
Binary1111000011110001100110100010010010111110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F19A; }

 p { color: rgb(240,241,154); }

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

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

 a { background-color: rgb(240,241,154); }

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

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

 span { border-color: rgb(240,241,154); }

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