Html Css Color HEX #F2E595 Picasso

📋 copy color: '#F2E595'

red 242 ◦ green 229 ◦ blue 149

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

Shades of Picasso #F2E595

Tints of Picasso #F2E595

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.94%

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

R = 39.03%
G = 36.94%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F2E595 (or 0xF2E595) is known color: Picasso. HEX triplet: F2, E5 and 95. RGB value is (242,229,149). Sum of RGB (Red+Green+Blue) = 242+229+149=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 149 (58.59% from 255 or 24.03% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E595 is #0D1A6A. Grayscale: #E0E0E0. Windows color (decimal): -858731 or 9823730. OLE color: 9823730.

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

Color convert

RGB 242 229 149 -
CMYK 0 0.05 0.38 0.05
HSL 51.61º 0.78% 0.77% -
HSV(B) 51.61º 0.38% 0.95% -
XYZ 70.06 77.09 39.62 -
YUV 223.77 85.81 141 -
System Red Green Blue C M Y K H S L
Decimal 242 229 149 0 0.05 0.38 0.05 51.61 0.78 0.77
Hex F2 E5 95 0 5 26 5 34 4E 4D
Octal 362 345 225 0 5 46 5 64 116 115
Binary 11110010 11100101 10010101 0 101 100110 101 110100 1001110 1001101

Color Harmonies of #F2E595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E595

Black with #F2E595

Text Example


Text Example

White with #F2E595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E595; }

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

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

background-color css

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

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

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

border-color css

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

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

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