#FFF192

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

Shades of Picasso #FFF192

Tints of Picasso #FFF192

Color information

#FFF192 (or 0xFFF192) is unknown color: approx Picasso. HEX triplet: FF, F1 and 92. RGB value is (255,241,146). Sum of RGB (Red+Green+Blue) = 255+241+146=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 146 (57.42% from 255 or 22.74% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF192 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF192 is #000E6D. Grayscale: #EAEAEA. Windows color (decimal): -3694 or 9630207. OLE color: 9630207.

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

Color convert

RGB255241146-
CMYK00.050.430
HSL52.29º100%78.63%-
HSV(B)52.29º42.75%100%-
XYZ77.8886.2539.74-
YUV234.3678.14142.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 241 (94.53% from 255) = 37.54%
BLUE value IS 146 (57.42% from 255) = 22.74%
R=39.72%
G=37.54%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524114600.050.43052.2910078.63
HexFFF192052B034644f
Octal3773612220553064144117
Binary1111111111110001100100100101101011011010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF192; }

 p { color: rgb(255,241,146); }

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

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

 a { background-color: rgb(255,241,146); }

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

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

 span { border-color: rgb(255,241,146); }

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