#F9F19B

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

Shades of Portafino #F9F19B

Tints of Portafino #F9F19B

Color information

#F9F19B (or 0xF9F19B) is unknown color: approx Portafino. HEX triplet: F9, F1 and 9B. RGB value is (249,241,155). Sum of RGB (Red+Green+Blue) = 249+241+155=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 155 (60.94% from 255 or 24.03% from 645); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F19B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F19B is #060E64. Grayscale: #E9E9E9. Windows color (decimal): -396901 or 10220025. OLE color: 10220025.

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

Color convert

RGB249241155-
CMYK00.030.380.02
HSL54.89º88.68%79.22%-
HSV(B)54.89º37.75%97.65%-
XYZ76.4485.4243.47-
YUV233.5983.65138.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.60%
GREEN value IS 241 (94.53% from 255) = 37.36%
BLUE value IS 155 (60.94% from 255) = 24.03%
R=38.60%
G=37.36%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924115500.030.380.0254.8988.6879.22
HexF9F19B0326237594f
Octal3713612330346267131117
Binary1111100111110001100110110111001101011011110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F19B; }

 p { color: rgb(249,241,155); }

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

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

 a { background-color: rgb(249,241,155); }

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

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

 span { border-color: rgb(249,241,155); }

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