#F0BD59

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

Shades of Cream Can #F0BD59

Tints of Cream Can #F0BD59

Color information

#F0BD59 (or 0xF0BD59) is unknown color: approx Cream Can. HEX triplet: F0, BD and 59. RGB value is (240,189,89). Sum of RGB (Red+Green+Blue) = 240+189+89=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 89 (35.16% from 255 or 17.18% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BD59 is #0F42A6. Grayscale: #C1C1C1. Windows color (decimal): -1000103 or 5881328. OLE color: 5881328.

HSL color Cylindrical-coordinate representation of color #F0BD59: hue angle of 39.74º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F0BD59 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB24018989-
CMYK00.210.630.06
HSL39.74º83.43%64.51%-
HSV(B)39.74º62.92%94.12%-
XYZ55.9455.6417.24-
YUV192.8569.4161.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.33%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 89 (35.16% from 255) = 17.18%
R=46.33%
G=36.49%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401898900.210.630.0639.7483.4364.51
HexF0BD590153F6285341
Octal36027513102577650123101
Binary1111000010111101101100101010111111111010100010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BD59; }

 p { color: rgb(240,189,89); }

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

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

 a { background-color: rgb(240,189,89); }

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

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

 span { border-color: rgb(240,189,89); }

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