Html Css Color HEX #F2EF95 Portafino

📋 copy color: '#F2EF95'

red 242 ◦ green 239 ◦ blue 149

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

Shades of Portafino #F2EF95

Tints of Portafino #F2EF95

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.94%

 BLUE value IS 149 (58.59% from 255) = 23.65%

R = 38.41%
G = 37.94%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F2EF95 (or 0xF2EF95) is known color: Portafino. HEX triplet: F2, EF and 95. RGB value is (242,239,149). Sum of RGB (Red+Green+Blue) = 242+239+149=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 149 (58.59% from 255 or 23.65% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EF95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EF95 is #0D106A. Grayscale: #E6E6E6. Windows color (decimal): -856171 or 9826290. OLE color: 9826290.

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

Color convert

RGB 242 239 149 -
CMYK 0 0.01 0.38 0.05
HSL 58.06º 0.78% 0.77% -
HSV(B) 58.06º 0.38% 0.95% -
XYZ 72.91 82.78 40.57 -
YUV 229.64 82.49 136.82 -
System Red Green Blue C M Y K H S L
Decimal 242 239 149 0 0.01 0.38 0.05 58.06 0.78 0.77
Hex F2 EF 95 0 1 26 5 3A 4E 4D
Octal 362 357 225 0 1 46 5 72 116 115
Binary 11110010 11101111 10010101 0 1 100110 101 111010 1001110 1001101

Color Harmonies of #F2EF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EF95

Black with #F2EF95

Text Example


Text Example

White with #F2EF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EF95; }

 p { color: rgb(242,239,149); }

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

background-color css

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

 a { background-color: rgb(242,239,149); }

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

border-color css

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

 span { border-color: rgb(242,239,149); }

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