#F2BD45

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

Shades of Cream Can #F2BD45

Tints of Cream Can #F2BD45

Color information

#F2BD45 (or 0xF2BD45) is unknown color: approx Cream Can. HEX triplet: F2, BD and 45. RGB value is (242,189,69). Sum of RGB (Red+Green+Blue) = 242+189+69=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BD45 is #0D42BA. Grayscale: #BFBFBF. Windows color (decimal): -869051 or 4570610. OLE color: 4570610.

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

Color convert

RGB24218969-
CMYK00.220.710.05
HSL41.62º86.93%60.98%-
HSV(B)41.62º71.49%94.9%-
XYZ55.8955.713.44-
YUV191.1759.06164.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.4%
GREEN value IS 189 (74.22% from 255) = 37.8%
BLUE value IS 69 (27.34% from 255) = 13.8%
R=48.4%
G=37.8%
B=13.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421896900.220.710.0541.6286.9360.98
HexF2BD450164752a573d
Octal36227510502610755212775
Binary1111001010111101100010101011010001111011010101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BD45; }

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

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

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

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

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

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

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

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