#F2C151

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

Shades of Cream Can #F2C151

Tints of Cream Can #F2C151

Color information

#F2C151 (or 0xF2C151) is unknown color: approx Cream Can. HEX triplet: F2, C1 and 51. RGB value is (242,193,81). Sum of RGB (Red+Green+Blue) = 242+193+81=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 81 (32.03% from 255 or 15.70% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C151 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C151 is #0D3EAE. Grayscale: #C3C3C3. Windows color (decimal): -868015 or 5358066. OLE color: 5358066.

HSL color Cylindrical-coordinate representation of color #F2C151: hue angle of 41.74º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F2C151 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB24219381-
CMYK00.200.670.05
HSL41.74º86.1%63.33%-
HSV(B)41.74º66.53%94.9%-
XYZ57.1757.6115.89-
YUV194.8863.73161.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.90%
GREEN value IS 193 (75.78% from 255) = 37.40%
BLUE value IS 81 (32.03% from 255) = 15.70%
R=46.90%
G=37.40%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421938100.200.670.0541.7486.163.33
HexF2C1510144352a563f
Octal36230112102410355212677
Binary1111001011000001101000101010010000111011010101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C151; }

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

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

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

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

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

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

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

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