#FFF18F

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

Shades of Picasso #FFF18F

Tints of Picasso #FFF18F

Color information

#FFF18F (or 0xFFF18F) is unknown color: approx Picasso. HEX triplet: FF, F1 and 8F. RGB value is (255,241,143). Sum of RGB (Red+Green+Blue) = 255+241+143=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 143 (56.25% from 255 or 22.38% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF18F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF18F is #000E70. Grayscale: #EAEAEA. Windows color (decimal): -3697 or 9433599. OLE color: 9433599.

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

Color convert

RGB255241143-
CMYK00.050.440
HSL52.5º100%78.04%-
HSV(B)52.5º43.92%100%-
XYZ77.6586.1538.52-
YUV234.0176.64142.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.91%
GREEN value IS 241 (94.53% from 255) = 37.72%
BLUE value IS 143 (56.25% from 255) = 22.38%
R=39.91%
G=37.72%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524114300.050.44052.510078.04
HexFFF18F052C034644e
Octal3773612170554064144116
Binary1111111111110001100011110101101100011010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF18F; }

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

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

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

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

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

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

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

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