#F3BA4F

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

Shades of Cream Can #F3BA4F

Tints of Cream Can #F3BA4F

Color information

#F3BA4F (or 0xF3BA4F) is unknown color: approx Cream Can. HEX triplet: F3, BA and 4F. RGB value is (243,186,79). Sum of RGB (Red+Green+Blue) = 243+186+79=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 79 (31.25% from 255 or 15.55% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BA4F is #0C45B0. Grayscale: #BFBFBF. Windows color (decimal): -804273 or 5225203. OLE color: 5225203.

HSL color Cylindrical-coordinate representation of color #F3BA4F: hue angle of 39.15º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F3BA4F is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB24318679-
CMYK00.230.670.05
HSL39.15º87.23%63.14%-
HSV(B)39.15º67.49%95.29%-
XYZ55.9354.7415.01-
YUV190.8464.88165.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.83%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 79 (31.25% from 255) = 15.55%
R=47.83%
G=36.61%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431867900.230.670.0539.1587.2363.14
HexF3BA4F01743527573f
Octal36327211702710354712777
Binary1111001110111010100111101011110000111011001111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BA4F; }

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

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

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

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

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

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

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

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