#F7C874

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

Shades of Grandis #F7C874

Tints of Grandis #F7C874

Color information

#F7C874 (or 0xF7C874) is unknown color: approx Grandis. HEX triplet: F7, C8 and 74. RGB value is (247,200,116). Sum of RGB (Red+Green+Blue) = 247+200+116=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 116 (45.70% from 255 or 20.60% from 563); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C874 is #08378B. Grayscale: #CCCCCC. Windows color (decimal): -538508 or 7653623. OLE color: 7653623.

HSL color Cylindrical-coordinate representation of color #F7C874: hue angle of 38.47º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F7C874 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB247200116-
CMYK00.190.530.03
HSL38.47º89.12%71.18%-
HSV(B)38.47º53.04%96.86%-
XYZ62.1662.3425.28-
YUV204.4878.07158.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.87%
GREEN value IS 200 (78.52% from 255) = 35.52%
BLUE value IS 116 (45.70% from 255) = 20.60%
R=43.87%
G=35.52%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720011600.190.530.0338.4789.1271.18
HexF7C874013353265947
Octal36731016402365346131107
Binary111101111100100011101000100111101011110011010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C874; }

 p { color: rgb(247,200,116); }

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

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

 a { background-color: rgb(247,200,116); }

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

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

 span { border-color: rgb(247,200,116); }

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