#F1BE42

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

Shades of Cream Can #F1BE42

Tints of Cream Can #F1BE42

Color information

#F1BE42 (or 0xF1BE42) is unknown color: approx Cream Can. HEX triplet: F1, BE and 42. RGB value is (241,190,66). Sum of RGB (Red+Green+Blue) = 241+190+66=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BE42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BE42 is #0E41BD. Grayscale: #BFBFBF. Windows color (decimal): -934334 or 4374257. OLE color: 4374257.

HSL color Cylindrical-coordinate representation of color #F1BE42: hue angle of 42.51º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F1BE42 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB24119066-
CMYK00.210.730.05
HSL42.51º86.21%60.2%-
HSV(B)42.51º72.61%94.51%-
XYZ55.6755.9213.01-
YUV191.1157.4163.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.49%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 66 (26.17% from 255) = 13.28%
R=48.49%
G=38.23%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411906600.210.730.0542.5186.2160.2
HexF1BE420154952b563c
Octal36127610202511155312674
Binary1111000110111110100001001010110010011011010111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BE42; }

 p { color: rgb(241,190,66); }

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

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

 a { background-color: rgb(241,190,66); }

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

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

 span { border-color: rgb(241,190,66); }

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