#F1BC4A

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

Shades of Cream Can #F1BC4A

Tints of Cream Can #F1BC4A

Color information

#F1BC4A (or 0xF1BC4A) is unknown color: approx Cream Can. HEX triplet: F1, BC and 4A. RGB value is (241,188,74). Sum of RGB (Red+Green+Blue) = 241+188+74=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BC4A is #0E43B5. Grayscale: #BFBFBF. Windows color (decimal): -934838 or 4898033. OLE color: 4898033.

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

Color convert

RGB24118874-
CMYK00.220.690.05
HSL40.96º85.64%61.76%-
HSV(B)40.96º69.29%94.51%-
XYZ55.4955.1614.2-
YUV190.8562.06163.77-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.91%
GREEN value IS 188 (73.83% from 255) = 37.38%
BLUE value IS 74 (29.30% from 255) = 14.71%
R=47.91%
G=37.38%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411887400.220.690.0540.9685.6461.76
HexF1BC4A01645529563e
Octal36127411202610555112676
Binary1111000110111100100101001011010001011011010011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BC4A; }

 p { color: rgb(241,188,74); }

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

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

 a { background-color: rgb(241,188,74); }

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

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

 span { border-color: rgb(241,188,74); }

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