#F3BD45

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

Shades of Cream Can #F3BD45

Tints of Cream Can #F3BD45

Color information

#F3BD45 (or 0xF3BD45) is unknown color: approx Cream Can. HEX triplet: F3, BD and 45. RGB value is (243,189,69). Sum of RGB (Red+Green+Blue) = 243+189+69=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 69 (27.34% from 255 or 13.77% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BD45 is #0C42BA. Grayscale: #BFBFBF. Windows color (decimal): -803515 or 4570611. OLE color: 4570611.

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

Color convert

RGB24318969-
CMYK00.220.720.05
HSL41.38º87.88%61.18%-
HSV(B)41.38º71.6%95.29%-
XYZ56.2355.8813.45-
YUV191.4758.89164.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.50%
GREEN value IS 189 (74.22% from 255) = 37.72%
BLUE value IS 69 (27.34% from 255) = 13.77%
R=48.50%
G=37.72%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431896900.220.720.0541.3887.8861.18
HexF3BD4501648529583d
Octal36327510502611055113075
Binary1111001110111101100010101011010010001011010011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BD45; }

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

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

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

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

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

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

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

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