#FFF08B

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

Shades of Picasso #FFF08B

Tints of Picasso #FFF08B

Color information

#FFF08B (or 0xFFF08B) is unknown color: approx Picasso. HEX triplet: FF, F0 and 8B. RGB value is (255,240,139). Sum of RGB (Red+Green+Blue) = 255+240+139=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 139 (54.69% from 255 or 21.92% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF08B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF08B is #000F74. Grayscale: #E9E9E9. Windows color (decimal): -3957 or 9171199. OLE color: 9171199.

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

Color convert

RGB255240139-
CMYK00.060.450
HSL52.24º100%77.25%-
HSV(B)52.24º45.49%100%-
XYZ77.0685.4436.86-
YUV232.9774.97143.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 240 (94.14% from 255) = 37.85%
BLUE value IS 139 (54.69% from 255) = 21.92%
R=40.22%
G=37.85%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524013900.060.45052.2410077.25
HexFFF08B062D034644d
Octal3773602130655064144115
Binary1111111111110000100010110110101101011010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF08B; }

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

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

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

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

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

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

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

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