Html Css Color HEX #F5EA96 Picasso

📋 copy color: '#F5EA96'

red 245 ◦ green 234 ◦ blue 150

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

Shades of Picasso #F5EA96

Tints of Picasso #F5EA96

RGB

 RED value IS 245 (96.09% from 255) = 38.95%

 GREEN value IS 234 (91.8% from 255) = 37.2%

 BLUE value IS 150 (58.98% from 255) = 23.85%

R = 38.95%
G = 37.2%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F5EA96 (or 0xF5EA96) is known color: Picasso. HEX triplet: F5, EA and 96. RGB value is (245,234,150). Sum of RGB (Red+Green+Blue) = 245+234+150=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 150 (58.98% from 255 or 23.85% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EA96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5EA96 is #0A1569. Grayscale: #E4E4E4. Windows color (decimal): -660842 or 9890549. OLE color: 9890549.

HSL color Cylindrical-coordinate representation of color #F5EA96: hue angle of 53.05º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5EA96 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 234 150 -
CMYK 0 0.04 0.39 0.04
HSL 53.05º 0.83% 0.77% -
HSV(B) 53.05º 0.39% 0.96% -
XYZ 72.58 80.46 40.56 -
YUV 227.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 245 234 150 0 0.04 0.39 0.04 53.05 0.83 0.77
Hex F5 EA 96 0 4 27 4 35 53 4D
Octal 365 352 226 0 4 47 4 65 123 115
Binary 11110101 11101010 10010110 0 100 100111 100 110101 1010011 1001101

Color Harmonies of #F5EA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EA96

Black with #F5EA96

Text Example


Text Example

White with #F5EA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EA96; }

 p { color: rgb(245,234,150); }

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

background-color css

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

 a { background-color: rgb(245,234,150); }

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

border-color css

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

 span { border-color: rgb(245,234,150); }

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