Html Css Color HEX #F9EC96 Picasso

📋 copy color: '#F9EC96'

red 249 ◦ green 236 ◦ blue 150

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

Shades of Picasso #F9EC96

Tints of Picasso #F9EC96

RGB

 RED value IS 249 (97.66% from 255) = 39.21%

 GREEN value IS 236 (92.58% from 255) = 37.17%

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

R = 39.21%
G = 37.17%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F9EC96 (or 0xF9EC96) is known color: Picasso. HEX triplet: F9, EC and 96. RGB value is (249,236,150). Sum of RGB (Red+Green+Blue) = 249+236+150=635 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.21% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 150 (58.98% from 255 or 23.62% from 635); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EC96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EC96 is #061369. Grayscale: #E6E6E6. Windows color (decimal): -398186 or 9891065. OLE color: 9891065.

HSL color Cylindrical-coordinate representation of color #F9EC96: hue angle of 52.12º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9EC96 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 236 150 -
CMYK 0 0.05 0.40 0.02
HSL 52.12º 0.89% 0.78% -
HSV(B) 52.12º 0.4% 0.98% -
XYZ 74.57 82.33 40.82 -
YUV 230.08 82.81 141.49 -
System Red Green Blue C M Y K H S L
Decimal 249 236 150 0 0.05 0.40 0.02 52.12 0.89 0.78
Hex F9 EC 96 0 5 28 2 34 59 4E
Octal 371 354 226 0 5 50 2 64 131 116
Binary 11111001 11101100 10010110 0 101 101000 10 110100 1011001 1001110

Color Harmonies of #F9EC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EC96

Black with #F9EC96

Text Example


Text Example

White with #F9EC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EC96; }

 p { color: rgb(249,236,150); }

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

background-color css

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

 a { background-color: rgb(249,236,150); }

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

border-color css

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

 span { border-color: rgb(249,236,150); }

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