#F7C045

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

Shades of Cream Can #F7C045

Tints of Cream Can #F7C045

Color information

#F7C045 (or 0xF7C045) is unknown color: approx Cream Can. HEX triplet: F7, C0 and 45. RGB value is (247,192,69). Sum of RGB (Red+Green+Blue) = 247+192+69=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 69 (27.34% from 255 or 13.58% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C045 is #083FBA. Grayscale: #C2C2C2. Windows color (decimal): -540603 or 4571383. OLE color: 4571383.

HSL color Cylindrical-coordinate representation of color #F7C045: hue angle of 41.46º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F7C045 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB24719269-
CMYK00.220.720.03
HSL41.46º91.75%61.96%-
HSV(B)41.46º72.06%96.86%-
XYZ58.2857.913.73-
YUV194.4257.22165.5-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.62%
GREEN value IS 192 (75.39% from 255) = 37.80%
BLUE value IS 69 (27.34% from 255) = 13.58%
R=48.62%
G=37.80%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.72
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471926900.220.720.0341.4691.7561.96
HexF7C045016483295c3e
Octal36730010502611035113476
Binary111101111100000010001010101101001000111010011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C045; }

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

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

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

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

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

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

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

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