#f2c144

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

Shades of Cream Can #F2C144

Tints of Cream Can #F2C144

Color information

#F2C144 (or 0xF2C144) is unknown color: approx Cream Can. HEX triplet: F2, C1 and 44. RGB value is (242,193,68). Sum of RGB (Red+Green+Blue) = 242+193+68=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 68 (26.95% from 255 or 13.52% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C144 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C144 is #0D3EBB. Grayscale: #C1C1C1. Windows color (decimal): -868028 or 4506098. OLE color: 4506098.

HSL color Cylindrical-coordinate representation of color #F2C144: hue angle of 43.1º degrees, saturation: 0.87, 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 #F2C144 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB24219368-
CMYK00.200.720.05
HSL43.1º87%60.78%-
HSV(B)43.1º71.9%94.9%-
XYZ56.7357.4313.56-
YUV193.457.23162.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.11%
GREEN value IS 193 (75.78% from 255) = 38.37%
BLUE value IS 68 (26.95% from 255) = 13.52%
R=48.11%
G=38.37%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421936800.200.720.0543.18760.78
HexF2C1440144852b573d
Octal36230110402411055312775
Binary1111001011000001100010001010010010001011010111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2c144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2c144; }

 p { color: rgb(242,193,68); }

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

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

 a { background-color: rgb(242,193,68); }

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

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

 span { border-color: rgb(242,193,68); }

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