#FFC973

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

Shades of Grandis #FFC973

Tints of Grandis #FFC973

Color information

#FFC973 (or 0xFFC973) is unknown color: approx Grandis. HEX triplet: FF, C9 and 73. RGB value is (255,201,115). Sum of RGB (Red+Green+Blue) = 255+201+115=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 115 (45.31% from 255 or 20.14% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC973 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC973 is #00368C. Grayscale: #CFCFCF. Windows color (decimal): -13965 or 7588351. OLE color: 7588351.

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

Color convert

RGB255201115-
CMYK00.210.550
HSL36.86º100%72.55%-
HSV(B)36.86º54.9%100%-
XYZ65.2264.2725.19-
YUV207.3475.89161.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.66%
GREEN value IS 201 (78.91% from 255) = 35.20%
BLUE value IS 115 (45.31% from 255) = 20.14%
R=44.66%
G=35.20%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520111500.210.55036.8610072.55
HexFFC973015370256449
Octal37731116302567045144111
Binary11111111110010011110011010101110111010010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC973; }

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

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

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

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

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

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

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

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