Html Css Color HEX #F0F29D Portafino

📋 copy color: '#F0F29D'

red 240 ◦ green 242 ◦ blue 157

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

Shades of Portafino #F0F29D

Tints of Portafino #F0F29D

RGB

 RED value IS 240 (94.14% from 255) = 37.56%

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

 BLUE value IS 157 (61.72% from 255) = 24.57%

R = 37.56%
G = 37.87%
B = 24.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F0F29D (or 0xF0F29D) is known color: Portafino. HEX triplet: F0, F2 and 9D. RGB value is (240,242,157). Sum of RGB (Red+Green+Blue) = 240+242+157=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 157 (61.72% from 255 or 24.57% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F29D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F29D is #0F0D62. Grayscale: #E8E8E8. Windows color (decimal): -986467 or 10351344. OLE color: 10351344.

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

Color convert

RGB 240 242 157 -
CMYK 0.01 0 0.35 0.05
HSL 61.41º 0.77% 0.78% -
HSV(B) 61.41º 0.35% 0.95% -
XYZ 73.77 84.46 44.31 -
YUV 231.71 85.84 133.91 -
System Red Green Blue C M Y K H S L
Decimal 240 242 157 0.01 0 0.35 0.05 61.41 0.77 0.78
Hex F0 F2 9D 1 0 23 5 3D 4D 4E
Octal 360 362 235 1 0 43 5 75 115 116
Binary 11110000 11110010 10011101 1 0 100011 101 111101 1001101 1001110

Color Harmonies of #F0F29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F29D

Black with #F0F29D

Text Example


Text Example

White with #F0F29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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