Html Css Color HEX #F2F2A0 Portafino

📋 copy color: '#F2F2A0'

red 242 ◦ green 242 ◦ blue 160

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

Shades of Portafino #F2F2A0

Tints of Portafino #F2F2A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 24.84%

R = 37.58%
G = 37.58%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2F2A0 (or 0xF2F2A0) is known color: Portafino. HEX triplet: F2, F2 and A0. RGB value is (242,242,160). Sum of RGB (Red+Green+Blue) = 242+242+160=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 160 (62.89% from 255 or 24.84% from 644); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F2A0 is #0D0D5F. Grayscale: #E8E8E8. Windows color (decimal): -855392 or 10547954. OLE color: 10547954.

HSL color Cylindrical-coordinate representation of color #F2F2A0: hue angle of 60º 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 #F2F2A0 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 242 160 -
CMYK 0 0 0.34 0.05
HSL 60º 0.76% 0.79% -
HSV(B) 60º 0.34% 0.95% -
XYZ 74.72 84.92 45.71 -
YUV 232.65 87 134.67 -
System Red Green Blue C M Y K H S L
Decimal 242 242 160 0 0 0.34 0.05 60 0.76 0.79
Hex F2 F2 A0 0 0 22 5 3C 4C 4F
Octal 362 362 240 0 0 42 5 74 114 117
Binary 11110010 11110010 10100000 0 0 100010 101 111100 1001100 1001111

Color Harmonies of #F2F2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F2A0

Black with #F2F2A0

Text Example


Text Example

White with #F2F2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F2A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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