Html Css Color HEX #F9F096 Picasso

📋 copy color: '#F9F096'

red 249 ◦ green 240 ◦ blue 150

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

Shades of Picasso #F9F096

Tints of Picasso #F9F096

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.56%

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

R = 38.97%
G = 37.56%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F9F096 (or 0xF9F096) is known color: Picasso. HEX triplet: F9, F0 and 96. RGB value is (249,240,150). Sum of RGB (Red+Green+Blue) = 249+240+150=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 150 (58.98% from 255 or 23.47% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F096 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F096 is #060F69. Grayscale: #E8E8E8. Windows color (decimal): -397162 or 9892089. OLE color: 9892089.

HSL color Cylindrical-coordinate representation of color #F9F096: hue angle of 54.55º 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 #F9F096 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 240 150 -
CMYK 0 0.04 0.40 0.02
HSL 54.55º 0.89% 0.78% -
HSV(B) 54.55º 0.4% 0.98% -
XYZ 75.73 84.66 41.2 -
YUV 232.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 249 240 150 0 0.04 0.40 0.02 54.55 0.89 0.78
Hex F9 F0 96 0 4 28 2 37 59 4E
Octal 371 360 226 0 4 50 2 67 131 116
Binary 11111001 11110000 10010110 0 100 101000 10 110111 1011001 1001110

Color Harmonies of #F9F096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F096

Black with #F9F096

Text Example


Text Example

White with #F9F096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F096; }

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

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

background-color css

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

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

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

border-color css

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

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

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