Html Css Color HEX #F2F09F Portafino

📋 copy color: '#F2F09F'

red 242 ◦ green 240 ◦ blue 159

#F2F09F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portafino #F2F09F

Tints of Portafino #F2F09F

RGB

 RED value IS 242 (94.92% from 255) = 37.75%

 GREEN value IS 240 (94.14% from 255) = 37.44%

 BLUE value IS 159 (62.5% from 255) = 24.8%

R = 37.75%
G = 37.44%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2F09F (or 0xF2F09F) is known color: Portafino. HEX triplet: F2, F0 and 9F. RGB value is (242,240,159). Sum of RGB (Red+Green+Blue) = 242+240+159=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 159 (62.5% from 255 or 24.80% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F09F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F09F is #0D0F60. Grayscale: #E7E7E7. Windows color (decimal): -855905 or 10481906. OLE color: 10481906.

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

Color convert

RGB 242 240 159 -
CMYK 0 0.01 0.34 0.05
HSL 58.55º 0.76% 0.79% -
HSV(B) 58.55º 0.34% 0.95% -
XYZ 74.04 83.7 45.05 -
YUV 231.36 87.16 135.59 -
System Red Green Blue C M Y K H S L
Decimal 242 240 159 0 0.01 0.34 0.05 58.55 0.76 0.79
Hex F2 F0 9F 0 1 22 5 3B 4C 4F
Octal 362 360 237 0 1 42 5 73 114 117
Binary 11110010 11110000 10011111 0 1 100010 101 111011 1001100 1001111

Color Harmonies of #F2F09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F09F

Black with #F2F09F

Text Example


Text Example

White with #F2F09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F09F; }

 p { color: rgb(242,240,159); }

 H1.HeaderClassName
 {
   color: #F2F09F;
 }
 .AnyTagClassName
 {
   color: #F2F09F;
 }
</style>

background-color css

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

 a { background-color: rgb(242,240,159); }

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

border-color css

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

 span { border-color: rgb(242,240,159); }

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