#F2BD48

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

Shades of Cream Can #F2BD48

Tints of Cream Can #F2BD48

Color information

#F2BD48 (or 0xF2BD48) is unknown color: approx Cream Can. HEX triplet: F2, BD and 48. RGB value is (242,189,72). Sum of RGB (Red+Green+Blue) = 242+189+72=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 72 (28.52% from 255 or 14.31% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BD48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BD48 is #0D42B7. Grayscale: #C0C0C0. Windows color (decimal): -869048 or 4767218. OLE color: 4767218.

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

Color convert

RGB24218972-
CMYK00.220.700.05
HSL41.29º86.73%61.57%-
HSV(B)41.29º70.25%94.9%-
XYZ55.9955.7413.94-
YUV191.5160.56164.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.11%
GREEN value IS 189 (74.22% from 255) = 37.57%
BLUE value IS 72 (28.52% from 255) = 14.31%
R=48.11%
G=37.57%
B=14.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421897200.220.700.0541.2986.7361.57
HexF2BD4801646529573e
Octal36227511002610655112776
Binary1111001010111101100100001011010001101011010011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BD48; }

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

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

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

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

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

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

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

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