#F3C772

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

Shades of Grandis #F3C772

Tints of Grandis #F3C772

Color information

#F3C772 (or 0xF3C772) is unknown color: approx Grandis. HEX triplet: F3, C7 and 72. RGB value is (243,199,114). Sum of RGB (Red+Green+Blue) = 243+199+114=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C772 is #0C388D. Grayscale: #CACACA. Windows color (decimal): -800910 or 7522291. OLE color: 7522291.

HSL color Cylindrical-coordinate representation of color #F3C772: hue angle of 39.53º 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 #F3C772 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB243199114-
CMYK00.180.530.05
HSL39.53º84.31%70%-
HSV(B)39.53º53.09%95.29%-
XYZ60.4261.1224.53-
YUV202.4778.08156.91-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.71%
GREEN value IS 199 (78.12% from 255) = 35.79%
BLUE value IS 114 (44.92% from 255) = 20.50%
R=43.71%
G=35.79%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319911400.180.530.0539.5384.3170
HexF3C772012355285446
Octal36330716202265550124106
Binary1111001111000111111001001001011010110110100010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C772; }

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

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

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

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

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

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

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

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