#F0BB4F

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

Shades of Cream Can #F0BB4F

Tints of Cream Can #F0BB4F

Color information

#F0BB4F (or 0xF0BB4F) is unknown color: approx Cream Can. HEX triplet: F0, BB and 4F. RGB value is (240,187,79). Sum of RGB (Red+Green+Blue) = 240+187+79=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 79 (31.25% from 255 or 15.61% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BB4F is #0F44B0. Grayscale: #BFBFBF. Windows color (decimal): -1000625 or 5225456. OLE color: 5225456.

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

Color convert

RGB24018779-
CMYK00.220.670.06
HSL40.25º84.29%62.55%-
HSV(B)40.25º67.08%94.12%-
XYZ55.1254.6315.04-
YUV190.5465.06163.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.43%
GREEN value IS 187 (73.44% from 255) = 36.96%
BLUE value IS 79 (31.25% from 255) = 15.61%
R=47.43%
G=36.96%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401877900.220.670.0640.2584.2962.55
HexF0BB4F01643628543f
Octal36027311702610365012477
Binary1111000010111011100111101011010000111101010001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BB4F; }

 p { color: rgb(240,187,79); }

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

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

 a { background-color: rgb(240,187,79); }

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

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

 span { border-color: rgb(240,187,79); }

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