#F3C571

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

Shades of Grandis #F3C571

Tints of Grandis #F3C571

Color information

#F3C571 (or 0xF3C571) is unknown color: approx Grandis. HEX triplet: F3, C5 and 71. RGB value is (243,197,113). Sum of RGB (Red+Green+Blue) = 243+197+113=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C571 is #0C3A8E. Grayscale: #C9C9C9. Windows color (decimal): -801423 or 7456243. OLE color: 7456243.

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

Color convert

RGB243197113-
CMYK00.190.530.05
HSL38.77º84.42%69.8%-
HSV(B)38.77º53.5%95.29%-
XYZ59.9160.1824.08-
YUV201.1878.24157.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.94%
GREEN value IS 197 (77.34% from 255) = 35.62%
BLUE value IS 113 (44.53% from 255) = 20.43%
R=43.94%
G=35.62%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319711300.190.530.0538.7784.4269.8
HexF3C571013355275446
Octal36330516102365547124106
Binary1111001111000101111000101001111010110110011110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3C571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3C571; }

 p { color: rgb(243,197,113); }

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

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

 a { background-color: rgb(243,197,113); }

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

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

 span { border-color: rgb(243,197,113); }

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