Html Css Color HEX #F2F0A0 Portafino

📋 copy color: '#F2F0A0'

red 242 ◦ green 240 ◦ blue 160

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

Shades of Portafino #F2F0A0

Tints of Portafino #F2F0A0

RGB

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

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

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

R = 37.69%
G = 37.38%
B = 24.92%

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

#F2F0A0 (or 0xF2F0A0) is known color: Portafino. HEX triplet: F2, F0 and A0. RGB value is (242,240,160). Sum of RGB (Red+Green+Blue) = 242+240+160=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 160 (62.89% from 255 or 24.92% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F0A0 is #0D0F5F. Grayscale: #E7E7E7. Windows color (decimal): -855904 or 10547442. OLE color: 10547442.

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

Color convert

RGB 242 240 160 -
CMYK 0 0.01 0.34 0.05
HSL 58.54º 0.76% 0.79% -
HSV(B) 58.54º 0.34% 0.95% -
XYZ 74.12 83.74 45.51 -
YUV 231.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 242 240 160 0 0.01 0.34 0.05 58.54 0.76 0.79
Hex F2 F0 A0 0 1 22 5 3B 4C 4F
Octal 362 360 240 0 1 42 5 73 114 117
Binary 11110010 11110000 10100000 0 1 100010 101 111011 1001100 1001111

Color Harmonies of #F2F0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F0A0

Black with #F2F0A0

Text Example


Text Example

White with #F2F0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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