Html Css Color HEX #F2F19B Portafino

📋 copy color: '#F2F19B'

red 242 ◦ green 241 ◦ blue 155

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

Shades of Portafino #F2F19B

Tints of Portafino #F2F19B

RGB

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

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

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

R = 37.93%
G = 37.77%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2F19B (or 0xF2F19B) is known color: Portafino. HEX triplet: F2, F1 and 9B. RGB value is (242,241,155). Sum of RGB (Red+Green+Blue) = 242+241+155=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 155 (60.94% from 255 or 24.29% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F19B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F19B is #0D0E64. Grayscale: #E7E7E7. Windows color (decimal): -855653 or 10220018. OLE color: 10220018.

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

Color convert

RGB 242 241 155 -
CMYK 0 0.00 0.36 0.05
HSL 59.31º 0.77% 0.78% -
HSV(B) 59.31º 0.36% 0.95% -
XYZ 73.99 84.15 43.35 -
YUV 231.5 84.83 135.49 -
System Red Green Blue C M Y K H S L
Decimal 242 241 155 0 0.00 0.36 0.05 59.31 0.77 0.78
Hex F2 F1 9B 0 0 24 5 3B 4D 4E
Octal 362 361 233 0 0 44 5 73 115 116
Binary 11110010 11110001 10011011 0 0 100100 101 111011 1001101 1001110

Color Harmonies of #F2F19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F19B

Black with #F2F19B

Text Example


Text Example

White with #F2F19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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