#F3BD40

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

Shades of Cream Can #F3BD40

Tints of Cream Can #F3BD40

Color information

#F3BD40 (or 0xF3BD40) is unknown color: approx Cream Can. HEX triplet: F3, BD and 40. RGB value is (243,189,64). Sum of RGB (Red+Green+Blue) = 243+189+64=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BD40 is #0C42BF. Grayscale: #BFBFBF. Windows color (decimal): -803520 or 4242931. OLE color: 4242931.

HSL color Cylindrical-coordinate representation of color #F3BD40: hue angle of 41.9º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F3BD40 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24318964-
CMYK00.220.740.05
HSL41.9º88.18%60.2%-
HSV(B)41.9º73.66%95.29%-
XYZ56.0955.8212.67-
YUV190.956.39165.16-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.99%
GREEN value IS 189 (74.22% from 255) = 38.10%
BLUE value IS 64 (25.39% from 255) = 12.90%
R=48.99%
G=38.10%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431896400.220.740.0541.988.1860.2
HexF3BD400164A52a583c
Octal36327510002611255213074
Binary1111001110111101100000001011010010101011010101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BD40; }

 p { color: rgb(243,189,64); }

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

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

 a { background-color: rgb(243,189,64); }

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

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

 span { border-color: rgb(243,189,64); }

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