#F1BB4A

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

Shades of Cream Can #F1BB4A

Tints of Cream Can #F1BB4A

Color information

#F1BB4A (or 0xF1BB4A) is unknown color: approx Cream Can. HEX triplet: F1, BB and 4A. RGB value is (241,187,74). Sum of RGB (Red+Green+Blue) = 241+187+74=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 74 (29.30% from 255 or 14.74% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BB4A is #0E44B5. Grayscale: #BEBEBE. Windows color (decimal): -935094 or 4897777. OLE color: 4897777.

HSL color Cylindrical-coordinate representation of color #F1BB4A: hue angle of 40.6º 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 #F1BB4A is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24118774-
CMYK00.220.690.05
HSL40.6º85.64%61.76%-
HSV(B)40.6º69.29%94.51%-
XYZ55.2854.7414.13-
YUV190.2662.39164.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.01%
GREEN value IS 187 (73.44% from 255) = 37.25%
BLUE value IS 74 (29.30% from 255) = 14.74%
R=48.01%
G=37.25%
B=14.74%

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
Decimal2411877400.220.690.0540.685.6461.76
HexF1BB4A01645529563e
Octal36127311202610555112676
Binary1111000110111011100101001011010001011011010011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BB4A; }

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

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

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

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

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

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

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

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