#FFF291

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

Shades of Picasso #FFF291

Tints of Picasso #FFF291

Color information

#FFF291 (or 0xFFF291) is unknown color: approx Picasso. HEX triplet: FF, F2 and 91. RGB value is (255,242,145). Sum of RGB (Red+Green+Blue) = 255+242+145=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 145 (57.03% from 255 or 22.59% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF291 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF291 is #000D6E. Grayscale: #EBEBEB. Windows color (decimal): -3439 or 9564927. OLE color: 9564927.

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

Color convert

RGB255242145-
CMYK00.050.430
HSL52.91º100%78.43%-
HSV(B)52.91º43.14%100%-
XYZ78.186.8139.43-
YUV234.8377.31142.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 242 (94.92% from 255) = 37.69%
BLUE value IS 145 (57.03% from 255) = 22.59%
R=39.72%
G=37.69%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524214500.050.43052.9110078.43
HexFFF291052B035644e
Octal3773622210553065144116
Binary1111111111110010100100010101101011011010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF291; }

 p { color: rgb(255,242,145); }

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

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

 a { background-color: rgb(255,242,145); }

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

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

 span { border-color: rgb(255,242,145); }

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