#F2BD5C

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

Shades of Cream Can #F2BD5C

Tints of Cream Can #F2BD5C

Color information

#F2BD5C (or 0xF2BD5C) is unknown color: approx Cream Can. HEX triplet: F2, BD and 5C. RGB value is (242,189,92). Sum of RGB (Red+Green+Blue) = 242+189+92=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2BD5C is #0D42A3. Grayscale: #C2C2C2. Windows color (decimal): -869028 or 6077938. OLE color: 6077938.

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

Color convert

RGB24218992-
CMYK00.220.620.05
HSL38.8º85.23%65.49%-
HSV(B)38.8º61.98%94.9%-
XYZ56.7556.0517.95-
YUV193.7970.56162.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.27%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 92 (36.33% from 255) = 17.59%
R=46.27%
G=36.14%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421899200.220.620.0538.885.2365.49
HexF2BD5C0163E5275541
Octal36227513402676547125101
Binary1111001010111101101110001011011111010110011110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BD5C; }

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

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

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

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

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

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

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

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