Html Css Color HEX #F2F19D Portafino

📋 copy color: '#F2F19D'

red 242 ◦ green 241 ◦ blue 157

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

Shades of Portafino #F2F19D

Tints of Portafino #F2F19D

RGB

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

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

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

R = 37.81%
G = 37.66%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2F19D (or 0xF2F19D) is known color: Portafino. HEX triplet: F2, F1 and 9D. RGB value is (242,241,157). Sum of RGB (Red+Green+Blue) = 242+241+157=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 157 (61.72% from 255 or 24.53% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F19D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F19D is #0D0E62. Grayscale: #E8E8E8. Windows color (decimal): -855651 or 10351090. OLE color: 10351090.

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

Color convert

RGB 242 241 157 -
CMYK 0 0.00 0.35 0.05
HSL 59.29º 0.77% 0.78% -
HSV(B) 59.29º 0.35% 0.95% -
XYZ 74.16 84.22 44.25 -
YUV 231.72 85.83 135.33 -
System Red Green Blue C M Y K H S L
Decimal 242 241 157 0 0.00 0.35 0.05 59.29 0.77 0.78
Hex F2 F1 9D 0 0 23 5 3B 4D 4E
Octal 362 361 235 0 0 43 5 73 115 116
Binary 11110010 11110001 10011101 0 0 100011 101 111011 1001101 1001110

Color Harmonies of #F2F19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F19D

Black with #F2F19D

Text Example


Text Example

White with #F2F19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F19D; }

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

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

background-color css

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

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

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

border-color css

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

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

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