Html Css Color HEX #F0F29B Portafino

📋 copy color: '#F0F29B'

red 240 ◦ green 242 ◦ blue 155

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

Shades of Portafino #F0F29B

Tints of Portafino #F0F29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 24.33%

R = 37.68%
G = 37.99%
B = 24.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F0F29B (or 0xF0F29B) is known color: Portafino. HEX triplet: F0, F2 and 9B. RGB value is (240,242,155). Sum of RGB (Red+Green+Blue) = 240+242+155=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 155 (60.94% from 255 or 24.33% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F29B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F29B is #0F0D64. Grayscale: #E7E7E7. Windows color (decimal): -986469 or 10220272. OLE color: 10220272.

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

Color convert

RGB 240 242 155 -
CMYK 0.01 0 0.36 0.05
HSL 61.38º 0.77% 0.78% -
HSV(B) 61.38º 0.36% 0.95% -
XYZ 73.6 84.4 43.42 -
YUV 231.48 84.84 134.07 -
System Red Green Blue C M Y K H S L
Decimal 240 242 155 0.01 0 0.36 0.05 61.38 0.77 0.78
Hex F0 F2 9B 1 0 24 5 3D 4D 4E
Octal 360 362 233 1 0 44 5 75 115 116
Binary 11110000 11110010 10011011 1 0 100100 101 111101 1001101 1001110

Color Harmonies of #F0F29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F29B

Black with #F0F29B

Text Example


Text Example

White with #F0F29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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