#FFC971

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

Shades of Grandis #FFC971

Tints of Grandis #FFC971

Color information

#FFC971 (or 0xFFC971) is unknown color: approx Grandis. HEX triplet: FF, C9 and 71. RGB value is (255,201,113). Sum of RGB (Red+Green+Blue) = 255+201+113=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 113 (44.53% from 255 or 19.86% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC971 is #00368E. Grayscale: #CFCFCF. Windows color (decimal): -13967 or 7457279. OLE color: 7457279.

HSL color Cylindrical-coordinate representation of color #FFC971: hue angle of 37.18º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFC971 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB255201113-
CMYK00.210.560
HSL37.18º100%72.16%-
HSV(B)37.18º55.69%100%-
XYZ65.1164.2324.59-
YUV207.1174.89162.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.82%
GREEN value IS 201 (78.91% from 255) = 35.33%
BLUE value IS 113 (44.53% from 255) = 19.86%
R=44.82%
G=35.33%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520111300.210.56037.1810072.16
HexFFC971015380256448
Octal37731116102570045144110
Binary11111111110010011110001010101111000010010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC971; }

 p { color: rgb(255,201,113); }

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

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

 a { background-color: rgb(255,201,113); }

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

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

 span { border-color: rgb(255,201,113); }

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