#F0BE45

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

Shades of Cream Can #F0BE45

Tints of Cream Can #F0BE45

Color information

#F0BE45 (or 0xF0BE45) is unknown color: approx Cream Can. HEX triplet: F0, BE and 45. RGB value is (240,190,69). Sum of RGB (Red+Green+Blue) = 240+190+69=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 69 (27.34% from 255 or 13.83% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BE45 is #0F41BA. Grayscale: #BFBFBF. Windows color (decimal): -999867 or 4570864. OLE color: 4570864.

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

Color convert

RGB24019069-
CMYK00.210.710.06
HSL42.46º85.07%60.59%-
HSV(B)42.46º71.25%94.12%-
XYZ55.4255.7813.48-
YUV191.1659.06162.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.10%
GREEN value IS 190 (74.61% from 255) = 38.08%
BLUE value IS 69 (27.34% from 255) = 13.83%
R=48.10%
G=38.08%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401906900.210.710.0642.4685.0760.59
HexF0BE450154762a553d
Octal36027610502510765212575
Binary1111000010111110100010101010110001111101010101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BE45; }

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

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

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

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

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

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

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

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