#F0E998

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

Shades of Portafino #F0E998

Tints of Portafino #F0E998

Color information

#F0E998 (or 0xF0E998) is unknown color: approx Portafino. HEX triplet: F0, E9 and 98. RGB value is (240,233,152). Sum of RGB (Red+Green+Blue) = 240+233+152=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 152 (59.77% from 255 or 24.32% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E998 is #0F1667. Grayscale: #E2E2E2. Windows color (decimal): -988776 or 10021360. OLE color: 10021360.

HSL color Cylindrical-coordinate representation of color #F0E998: hue angle of 55.23º 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 #F0E998 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB240233152-
CMYK00.030.370.06
HSL55.23º74.58%76.86%-
HSV(B)55.23º36.67%94.12%-
XYZ70.7479.0741.24-
YUV225.8686.32138.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.4%
GREEN value IS 233 (91.41% from 255) = 37.28%
BLUE value IS 152 (59.77% from 255) = 24.32%
R=38.4%
G=37.28%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023315200.030.370.0655.2374.5876.86
HexF0E99803256374b4d
Octal3603512300345667113115
Binary11110000111010011001100001110010111011011110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E998; }

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

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

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

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

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

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

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

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