#F2BB48

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

Shades of Cream Can #F2BB48

Tints of Cream Can #F2BB48

Color information

#F2BB48 (or 0xF2BB48) is unknown color: approx Cream Can. HEX triplet: F2, BB and 48. RGB value is (242,187,72). Sum of RGB (Red+Green+Blue) = 242+187+72=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BB48 is #0D44B7. Grayscale: #BEBEBE. Windows color (decimal): -869560 or 4766706. OLE color: 4766706.

HSL color Cylindrical-coordinate representation of color #F2BB48: hue angle of 40.59º 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 #F2BB48 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB24218772-
CMYK00.230.700.05
HSL40.59º86.73%61.57%-
HSV(B)40.59º70.25%94.9%-
XYZ55.5654.8913.8-
YUV190.3461.22164.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.30%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 72 (28.52% from 255) = 14.37%
R=48.30%
G=37.33%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421877200.230.700.0540.5986.7361.57
HexF2BB4801746529573e
Octal36227311002710655112776
Binary1111001010111011100100001011110001101011010011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BB48; }

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

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

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

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

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

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

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

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