Html Css Color HEX #F0F19E Portafino

📋 copy color: '#F0F19E'

red 240 ◦ green 241 ◦ blue 158

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

Shades of Portafino #F0F19E

Tints of Portafino #F0F19E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.72%

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

R = 37.56%
G = 37.72%
B = 24.73%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F0F19E (or 0xF0F19E) is known color: Portafino. HEX triplet: F0, F1 and 9E. RGB value is (240,241,158). Sum of RGB (Red+Green+Blue) = 240+241+158=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 158 (62.11% from 255 or 24.73% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F19E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F19E is #0F0E61. Grayscale: #E7E7E7. Windows color (decimal): -986722 or 10416624. OLE color: 10416624.

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

Color convert

RGB 240 241 158 -
CMYK 0.00 0 0.34 0.05
HSL 60.72º 0.75% 0.78% -
HSV(B) 60.72º 0.34% 0.95% -
XYZ 73.56 83.9 44.67 -
YUV 231.24 86.67 134.25 -
System Red Green Blue C M Y K H S L
Decimal 240 241 158 0.00 0 0.34 0.05 60.72 0.75 0.78
Hex F0 F1 9E 0 0 22 5 3D 4B 4E
Octal 360 361 236 0 0 42 5 75 113 116
Binary 11110000 11110001 10011110 0 0 100010 101 111101 1001011 1001110

Color Harmonies of #F0F19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F19E

Black with #F0F19E

Text Example


Text Example

White with #F0F19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F19E; }

 p { color: rgb(240,241,158); }

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

background-color css

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

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

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

border-color css

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

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

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