#F0BE48

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

Shades of Cream Can #F0BE48

Tints of Cream Can #F0BE48

Color information

#F0BE48 (or 0xF0BE48) is unknown color: approx Cream Can. HEX triplet: F0, BE and 48. RGB value is (240,190,72). Sum of RGB (Red+Green+Blue) = 240+190+72=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 72 (28.52% from 255 or 14.34% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BE48 is #0F41B7. Grayscale: #C0C0C0. Windows color (decimal): -999864 or 4767472. OLE color: 4767472.

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

Color convert

RGB24019072-
CMYK00.210.70.06
HSL42.14º84.85%61.18%-
HSV(B)42.14º70%94.12%-
XYZ55.5255.8213.98-
YUV191.560.56162.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.81%
GREEN value IS 190 (74.61% from 255) = 37.85%
BLUE value IS 72 (28.52% from 255) = 14.34%
R=47.81%
G=37.85%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.7
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401907200.210.70.0642.1484.8561.18
HexF0BE480154662a553d
Octal36027611002510665212575
Binary1111000010111110100100001010110001101101010101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BE48; }

 p { color: rgb(240,190,72); }

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

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

 a { background-color: rgb(240,190,72); }

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

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

 span { border-color: rgb(240,190,72); }

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