#FFF08A

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

Shades of Picasso #FFF08A

Tints of Picasso #FFF08A

Color information

#FFF08A (or 0xFFF08A) is unknown color: approx Picasso. HEX triplet: FF, F0 and 8A. RGB value is (255,240,138). Sum of RGB (Red+Green+Blue) = 255+240+138=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 138 (54.30% from 255 or 21.80% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF08A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF08A is #000F75. Grayscale: #E9E9E9. Windows color (decimal): -3958 or 9105663. OLE color: 9105663.

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

Color convert

RGB255240138-
CMYK00.060.460
HSL52.31º100%77.06%-
HSV(B)52.31º45.88%100%-
XYZ76.9985.4236.47-
YUV232.8674.47143.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.28%
GREEN value IS 240 (94.14% from 255) = 37.91%
BLUE value IS 138 (54.30% from 255) = 21.80%
R=40.28%
G=37.91%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524013800.060.46052.3110077.06
HexFFF08A062E034644d
Octal3773602120656064144115
Binary1111111111110000100010100110101110011010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF08A; }

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

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

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

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

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

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

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

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