#F3C972

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

Shades of Grandis #F3C972

Tints of Grandis #F3C972

Color information

#F3C972 (or 0xF3C972) is unknown color: approx Grandis. HEX triplet: F3, C9 and 72. RGB value is (243,201,114). Sum of RGB (Red+Green+Blue) = 243+201+114=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 114 (44.92% from 255 or 20.43% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C972 is #0C368D. Grayscale: #CCCCCC. Windows color (decimal): -800398 or 7522803. OLE color: 7522803.

HSL color Cylindrical-coordinate representation of color #F3C972: hue angle of 40.47º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F3C972 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB243201114-
CMYK00.170.530.05
HSL40.47º84.31%70%-
HSV(B)40.47º53.09%95.29%-
XYZ60.8962.0424.69-
YUV203.6477.41156.07-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.55%
GREEN value IS 201 (78.91% from 255) = 36.02%
BLUE value IS 114 (44.92% from 255) = 20.43%
R=43.55%
G=36.02%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320111400.170.530.0540.4784.3170
HexF3C972011355285446
Octal36331116202165550124106
Binary1111001111001001111001001000111010110110100010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C972; }

 p { color: rgb(243,201,114); }

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

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

 a { background-color: rgb(243,201,114); }

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

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

 span { border-color: rgb(243,201,114); }

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