#F0BE4C

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

Shades of Cream Can #F0BE4C

Tints of Cream Can #F0BE4C

Color information

#F0BE4C (or 0xF0BE4C) is unknown color: approx Cream Can. HEX triplet: F0, BE and 4C. RGB value is (240,190,76). Sum of RGB (Red+Green+Blue) = 240+190+76=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BE4C is #0F41B3. Grayscale: #C0C0C0. Windows color (decimal): -999860 or 5029616. OLE color: 5029616.

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

Color convert

RGB24019076-
CMYK00.210.680.06
HSL41.71º84.54%61.96%-
HSV(B)41.71º68.33%94.12%-
XYZ55.6555.8714.69-
YUV191.9562.56162.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.43%
GREEN value IS 190 (74.61% from 255) = 37.55%
BLUE value IS 76 (30.08% from 255) = 15.02%
R=47.43%
G=37.55%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401907600.210.680.0641.7184.5461.96
HexF0BE4C0154462a553e
Octal36027611402510465212576
Binary1111000010111110100110001010110001001101010101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BE4C; }

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

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

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

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

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

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

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

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