#F5BE41

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

Shades of Cream Can #F5BE41

Tints of Cream Can #F5BE41

Color information

#F5BE41 (or 0xF5BE41) is unknown color: approx Cream Can. HEX triplet: F5, BE and 41. RGB value is (245,190,65). Sum of RGB (Red+Green+Blue) = 245+190+65=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 65 (25.78% from 255 or 13% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BE41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BE41 is #0A41BE. Grayscale: #C0C0C0. Windows color (decimal): -672191 or 4308725. OLE color: 4308725.

HSL color Cylindrical-coordinate representation of color #F5BE41: hue angle of 41.67º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5BE41 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB24519065-
CMYK00.220.730.04
HSL41.67º90%60.78%-
HSV(B)41.67º73.47%96.08%-
XYZ57.0256.6212.92-
YUV192.1956.22165.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49%
GREEN value IS 190 (74.61% from 255) = 38%
BLUE value IS 65 (25.78% from 255) = 13%
R=49%
G=38%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.73
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451906500.220.730.0441.679060.78
HexF5BE410164942a5a3d
Octal36527610102611145213275
Binary1111010110111110100000101011010010011001010101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BE41; }

 p { color: rgb(245,190,65); }

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

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

 a { background-color: rgb(245,190,65); }

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

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

 span { border-color: rgb(245,190,65); }

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