#F1C045

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

Shades of Cream Can #F1C045

Tints of Cream Can #F1C045

Color information

#F1C045 (or 0xF1C045) is unknown color: approx Cream Can. HEX triplet: F1, C0 and 45. RGB value is (241,192,69). Sum of RGB (Red+Green+Blue) = 241+192+69=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 69 (27.34% from 255 or 13.75% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C045 is #0E3FBA. Grayscale: #C1C1C1. Windows color (decimal): -933819 or 4571377. OLE color: 4571377.

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

Color convert

RGB24119269-
CMYK00.200.710.05
HSL42.91º86%60.78%-
HSV(B)42.91º71.37%94.51%-
XYZ56.256.8313.64-
YUV192.6358.23162.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.01%
GREEN value IS 192 (75.39% from 255) = 38.25%
BLUE value IS 69 (27.34% from 255) = 13.75%
R=48.01%
G=38.25%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411926900.200.710.0542.918660.78
HexF1C0450144752b563d
Octal36130010502410755312675
Binary1111000111000000100010101010010001111011010111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C045; }

 p { color: rgb(241,192,69); }

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

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

 a { background-color: rgb(241,192,69); }

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

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

 span { border-color: rgb(241,192,69); }

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