#F9F098

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

Shades of Portafino #F9F098

Tints of Portafino #F9F098

Color information

#F9F098 (or 0xF9F098) is unknown color: approx Portafino. HEX triplet: F9, F0 and 98. RGB value is (249,240,152). Sum of RGB (Red+Green+Blue) = 249+240+152=641 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.85% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 152 (59.77% from 255 or 23.71% from 641); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F098 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F098 is #060F67. Grayscale: #E9E9E9. Windows color (decimal): -397160 or 10023161. OLE color: 10023161.

HSL color Cylindrical-coordinate representation of color #F9F098: hue angle of 54.43º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F9F098 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB249240152-
CMYK00.040.390.02
HSL54.43º88.99%78.63%-
HSV(B)54.43º38.96%97.65%-
XYZ75.8984.7342.06-
YUV232.6682.48139.66-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.85%
GREEN value IS 240 (94.14% from 255) = 37.44%
BLUE value IS 152 (59.77% from 255) = 23.71%
R=38.85%
G=37.44%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924015200.040.390.0254.4388.9978.63
HexF9F0980427236594f
Octal3713602300447266131117
Binary11111001111100001001100001001001111011011010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F098; }

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

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

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

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

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

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

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

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