#F1C571

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

Shades of Grandis #F1C571

Tints of Grandis #F1C571

Color information

#F1C571 (or 0xF1C571) is unknown color: approx Grandis. HEX triplet: F1, C5 and 71. RGB value is (241,197,113). Sum of RGB (Red+Green+Blue) = 241+197+113=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C571 is #0E3A8E. Grayscale: #C8C8C8. Windows color (decimal): -932495 or 7456241. OLE color: 7456241.

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

Color convert

RGB241197113-
CMYK00.180.530.05
HSL39.38º82.05%69.41%-
HSV(B)39.38º53.11%94.51%-
XYZ59.2259.8324.05-
YUV200.5878.58156.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.74%
GREEN value IS 197 (77.34% from 255) = 35.75%
BLUE value IS 113 (44.53% from 255) = 20.51%
R=43.74%
G=35.75%
B=20.51%

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
Decimal24119711300.180.530.0539.3882.0569.41
HexF1C571012355275245
Octal36130516102265547122105
Binary1111000111000101111000101001011010110110011110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C571; }

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

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

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

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

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

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

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

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