Html Css Color HEX #F2F29E Portafino

📋 copy color: '#F2F29E'

red 242 ◦ green 242 ◦ blue 158

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

Shades of Portafino #F2F29E

Tints of Portafino #F2F29E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.69%

 BLUE value IS 158 (62.11% from 255) = 24.61%

R = 37.69%
G = 37.69%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2F29E (or 0xF2F29E) is known color: Portafino. HEX triplet: F2, F2 and 9E. RGB value is (242,242,158). Sum of RGB (Red+Green+Blue) = 242+242+158=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 158 (62.11% from 255 or 24.61% from 642); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F29E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F29E is #0D0D61. Grayscale: #E8E8E8. Windows color (decimal): -855394 or 10416882. OLE color: 10416882.

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

Color convert

RGB 242 242 158 -
CMYK 0 0 0.35 0.05
HSL 60º 0.76% 0.78% -
HSV(B) 60º 0.35% 0.95% -
XYZ 74.54 84.85 44.8 -
YUV 232.42 86 134.83 -
System Red Green Blue C M Y K H S L
Decimal 242 242 158 0 0 0.35 0.05 60 0.76 0.78
Hex F2 F2 9E 0 0 23 5 3C 4C 4E
Octal 362 362 236 0 0 43 5 74 114 116
Binary 11110010 11110010 10011110 0 0 100011 101 111100 1001100 1001110

Color Harmonies of #F2F29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F29E

Black with #F2F29E

Text Example


Text Example

White with #F2F29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F29E; }

 p { color: rgb(242,242,158); }

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

background-color css

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

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

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

border-color css

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

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

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