#F7C650

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

Shades of Cream Can #F7C650

Tints of Cream Can #F7C650

Color information

#F7C650 (or 0xF7C650) is unknown color: approx Cream Can. HEX triplet: F7, C6 and 50. RGB value is (247,198,80). Sum of RGB (Red+Green+Blue) = 247+198+80=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C650 is #0839AF. Grayscale: #C7C7C7. Windows color (decimal): -539056 or 5293815. OLE color: 5293815.

HSL color Cylindrical-coordinate representation of color #F7C650: hue angle of 42.4º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F7C650 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB24719880-
CMYK00.200.680.03
HSL42.4º91.26%64.12%-
HSV(B)42.4º67.61%96.86%-
XYZ6060.7416.15-
YUV199.260.73162.09-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.05%
GREEN value IS 198 (77.73% from 255) = 37.71%
BLUE value IS 80 (31.64% from 255) = 15.24%
R=47.05%
G=37.71%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471988000.200.680.0342.491.2664.12
HexF7C6500144432a5b40
Octal367306120024104352133100
Binary1111011111000110101000001010010001001110101010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C650; }

 p { color: rgb(247,198,80); }

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

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

 a { background-color: rgb(247,198,80); }

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

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

 span { border-color: rgb(247,198,80); }

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