Html Css Color HEX #F2E697 Picasso

📋 copy color: '#F2E697'

red 242 ◦ green 230 ◦ blue 151

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

Shades of Picasso #F2E697

Tints of Picasso #F2E697

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.92%

 BLUE value IS 151 (59.38% from 255) = 24.24%

R = 38.84%
G = 36.92%
B = 24.24%

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

#F2E697 (or 0xF2E697) is known color: Picasso. HEX triplet: F2, E6 and 97. RGB value is (242,230,151). Sum of RGB (Red+Green+Blue) = 242+230+151=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 230 (90.23% from 255 or 36.92% from 623); Blue value is 151 (59.38% from 255 or 24.24% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E697 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E697 is #0D1968. Grayscale: #E0E0E0. Windows color (decimal): -858473 or 9955058. OLE color: 9955058.

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

Color convert

RGB 242 230 151 -
CMYK 0 0.05 0.38 0.05
HSL 52.09º 0.78% 0.77% -
HSV(B) 52.09º 0.38% 0.95% -
XYZ 70.5 77.71 40.56 -
YUV 224.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 242 230 151 0 0.05 0.38 0.05 52.09 0.78 0.77
Hex F2 E6 97 0 5 26 5 34 4E 4D
Octal 362 346 227 0 5 46 5 64 116 115
Binary 11110010 11100110 10010111 0 101 100110 101 110100 1001110 1001101

Color Harmonies of #F2E697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E697

Black with #F2E697

Text Example


Text Example

White with #F2E697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E697; }

 p { color: rgb(242,230,151); }

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

background-color css

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

 a { background-color: rgb(242,230,151); }

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

border-color css

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

 span { border-color: rgb(242,230,151); }

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