#F0EB98

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

Shades of Portafino #F0EB98

Tints of Portafino #F0EB98

Color information

#F0EB98 (or 0xF0EB98) is unknown color: approx Portafino. HEX triplet: F0, EB and 98. RGB value is (240,235,152). Sum of RGB (Red+Green+Blue) = 240+235+152=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 152 (59.77% from 255 or 24.24% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EB98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EB98 is #0F1467. Grayscale: #E3E3E3. Windows color (decimal): -988264 or 10021872. OLE color: 10021872.

HSL color Cylindrical-coordinate representation of color #F0EB98: hue angle of 56.59º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F0EB98 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240235152-
CMYK00.020.370.06
HSL56.59º74.58%76.86%-
HSV(B)56.59º36.67%94.12%-
XYZ71.3180.2141.43-
YUV227.0385.66137.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.28%
GREEN value IS 235 (92.19% from 255) = 37.48%
BLUE value IS 152 (59.77% from 255) = 24.24%
R=38.28%
G=37.48%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023515200.020.370.0656.5974.5876.86
HexF0EB9802256394b4d
Octal3603532300245671113115
Binary11110000111010111001100001010010111011100110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EB98; }

 p { color: rgb(240,235,152); }

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

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

 a { background-color: rgb(240,235,152); }

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

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

 span { border-color: rgb(240,235,152); }

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