#F3BF5A

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

Shades of Cream Can #F3BF5A

Tints of Cream Can #F3BF5A

Color information

#F3BF5A (or 0xF3BF5A) is unknown color: approx Cream Can. HEX triplet: F3, BF and 5A. RGB value is (243,191,90). Sum of RGB (Red+Green+Blue) = 243+191+90=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 90 (35.55% from 255 or 17.18% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BF5A is #0C40A5. Grayscale: #C3C3C3. Windows color (decimal): -802982 or 5947379. OLE color: 5947379.

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

Color convert

RGB24319190-
CMYK00.210.630.05
HSL39.61º86.44%65.29%-
HSV(B)39.61º62.96%95.29%-
XYZ57.4457.0517.66-
YUV195.0368.73162.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.37%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 90 (35.55% from 255) = 17.18%
R=46.37%
G=36.45%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431919000.210.630.0539.6186.4465.29
HexF3BF5A0153F5285641
Octal36327713202577550126101
Binary1111001110111111101101001010111111110110100010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BF5A; }

 p { color: rgb(243,191,90); }

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

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

 a { background-color: rgb(243,191,90); }

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

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

 span { border-color: rgb(243,191,90); }

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