Html Css Color HEX #F2E59C Picasso

📋 copy color: '#F2E59C'

red 242 ◦ green 229 ◦ blue 156

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

Shades of Picasso #F2E59C

Tints of Picasso #F2E59C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 24.88%

R = 38.6%
G = 36.52%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2E59C (or 0xF2E59C) is known color: Picasso. HEX triplet: F2, E5 and 9C. RGB value is (242,229,156). Sum of RGB (Red+Green+Blue) = 242+229+156=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 156 (61.33% from 255 or 24.88% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E59C is #0D1A63. Grayscale: #E0E0E0. Windows color (decimal): -858724 or 10282482. OLE color: 10282482.

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

Color convert

RGB 242 229 156 -
CMYK 0 0.05 0.36 0.05
HSL 50.93º 0.77% 0.78% -
HSV(B) 50.93º 0.36% 0.95% -
XYZ 70.64 77.32 42.65 -
YUV 224.57 89.31 140.44 -
System Red Green Blue C M Y K H S L
Decimal 242 229 156 0 0.05 0.36 0.05 50.93 0.77 0.78
Hex F2 E5 9C 0 5 24 5 33 4D 4E
Octal 362 345 234 0 5 44 5 63 115 116
Binary 11110010 11100101 10011100 0 101 100100 101 110011 1001101 1001110

Color Harmonies of #F2E59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E59C

Black with #F2E59C

Text Example


Text Example

White with #F2E59C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E59C; }

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

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

background-color css

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

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

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

border-color css

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

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

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