#FFF094

Color #FFF094 Picasso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picasso #FFF094

Tints of Picasso #FFF094

Color information

#FFF094 (or 0xFFF094) is unknown color: approx Picasso. HEX triplet: FF, F0 and 94. RGB value is (255,240,148). Sum of RGB (Red+Green+Blue) = 255+240+148=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 148 (58.20% from 255 or 23.02% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF094 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF094 is #000F6B. Grayscale: #EAEAEA. Windows color (decimal): -3948 or 9761023. OLE color: 9761023.

HSL color Cylindrical-coordinate representation of color #FFF094: hue angle of 51.59º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FFF094 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB255240148-
CMYK00.060.420
HSL51.59º100%79.02%-
HSV(B)51.59º41.96%100%-
XYZ77.7585.7240.46-
YUV23479.47142.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 240 (94.14% from 255) = 37.33%
BLUE value IS 148 (58.20% from 255) = 23.02%
R=39.66%
G=37.33%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524014800.060.42051.5910079.02
HexFFF094062A034644f
Octal3773602240652064144117
Binary1111111111110000100101000110101010011010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF094; }

 p { color: rgb(255,240,148); }

 H1.HeaderClassName
 {
   color: #FFF094;
 }
 .AnyTagClassName
 {
   color: #FFF094;
 }
</style>
background-color css

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

 a { background-color: rgb(255,240,148); }

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

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

 span { border-color: rgb(255,240,148); }

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