#FDC974

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

Shades of Grandis #FDC974

Tints of Grandis #FDC974

Color information

#FDC974 (or 0xFDC974) is unknown color: approx Grandis. HEX triplet: FD, C9 and 74. RGB value is (253,201,116). Sum of RGB (Red+Green+Blue) = 253+201+116=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 116 (45.70% from 255 or 20.35% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC974 is #02368B. Grayscale: #CFCFCF. Windows color (decimal): -145036 or 7653885. OLE color: 7653885.

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

Color convert

RGB253201116-
CMYK00.210.540.01
HSL37.23º97.16%72.35%-
HSV(B)37.23º54.15%99.22%-
XYZ64.5563.9225.46-
YUV206.8676.73160.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.39%
GREEN value IS 201 (78.91% from 255) = 35.26%
BLUE value IS 116 (45.70% from 255) = 20.35%
R=44.39%
G=35.26%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320111600.210.540.0137.2397.1672.35
HexFDC974015361256148
Octal37531116402566145141110
Binary11111101110010011110100010101110110110010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC974; }

 p { color: rgb(253,201,116); }

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

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

 a { background-color: rgb(253,201,116); }

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

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

 span { border-color: rgb(253,201,116); }

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