#F1BF47

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

Shades of Cream Can #F1BF47

Tints of Cream Can #F1BF47

Color information

#F1BF47 (or 0xF1BF47) is unknown color: approx Cream Can. HEX triplet: F1, BF and 47. RGB value is (241,191,71). Sum of RGB (Red+Green+Blue) = 241+191+71=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 71 (28.12% from 255 or 14.12% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1BF47 is #0E40B8. Grayscale: #C0C0C0. Windows color (decimal): -934073 or 4702193. OLE color: 4702193.

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

Color convert

RGB24119171-
CMYK00.210.710.05
HSL42.35º85.86%61.18%-
HSV(B)42.35º70.54%94.51%-
XYZ56.0456.4213.9-
YUV192.2759.56162.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.91%
GREEN value IS 191 (75% from 255) = 37.97%
BLUE value IS 71 (28.12% from 255) = 14.12%
R=47.91%
G=37.97%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411917100.210.710.0542.3585.8661.18
HexF1BF470154752a563d
Octal36127710702510755212675
Binary1111000110111111100011101010110001111011010101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BF47; }

 p { color: rgb(241,191,71); }

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

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

 a { background-color: rgb(241,191,71); }

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

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

 span { border-color: rgb(241,191,71); }

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