#F4BA4F

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

Shades of Cream Can #F4BA4F

Tints of Cream Can #F4BA4F

Color information

#F4BA4F (or 0xF4BA4F) is unknown color: approx Cream Can. HEX triplet: F4, BA and 4F. RGB value is (244,186,79). Sum of RGB (Red+Green+Blue) = 244+186+79=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 79 (31.25% from 255 or 15.52% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BA4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4BA4F is #0B45B0. Grayscale: #BFBFBF. Windows color (decimal): -738737 or 5225204. OLE color: 5225204.

HSL color Cylindrical-coordinate representation of color #F4BA4F: hue angle of 38.91º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F4BA4F is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB24418679-
CMYK00.240.680.04
HSL38.91º88.24%63.33%-
HSV(B)38.91º67.62%95.69%-
XYZ56.2854.9215.03-
YUV191.1464.72165.7-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.94%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 79 (31.25% from 255) = 15.52%
R=47.94%
G=36.54%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441867900.240.680.0438.9188.2463.33
HexF4BA4F01844427583f
Octal36427211703010444713077
Binary1111010010111010100111101100010001001001001111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BA4F; }

 p { color: rgb(244,186,79); }

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

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

 a { background-color: rgb(244,186,79); }

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

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

 span { border-color: rgb(244,186,79); }

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