Html Css Color HEX #FDC971 Grandis

📋 copy color: '#FDC971'

red 253 ◦ green 201 ◦ blue 113

#FDC971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grandis #FDC971

Tints of Grandis #FDC971

RGB

 RED value IS 253 (99.22% from 255) = 44.62%

 GREEN value IS 201 (78.91% from 255) = 35.45%

 BLUE value IS 113 (44.53% from 255) = 19.93%

R = 44.62%
G = 35.45%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDC971 (or 0xFDC971) is known color: Grandis. HEX triplet: FD, C9 and 71. RGB value is (253,201,113). Sum of RGB (Red+Green+Blue) = 253+201+113=567 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.62% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC971 is #02368E. Grayscale: #CECECE. Windows color (decimal): -145039 or 7457277. OLE color: 7457277.

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

Color convert

RGB 253 201 113 -
CMYK 0 0.21 0.55 0.01
HSL 37.71º 0.97% 0.72% -
HSV(B) 37.71º 0.55% 0.99% -
XYZ 64.38 63.85 24.55 -
YUV 206.52 75.23 161.16 -
System Red Green Blue C M Y K H S L
Decimal 253 201 113 0 0.21 0.55 0.01 37.71 0.97 0.72
Hex FD C9 71 0 15 37 1 26 61 48
Octal 375 311 161 0 25 67 1 46 141 110
Binary 11111101 11001001 1110001 0 10101 110111 1 100110 1100001 1001000

Color Harmonies of #FDC971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC971

Black with #FDC971

Text Example


Text Example

White with #FDC971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC971; }

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

 H1.HeaderClassName
 {
   color: #FDC971;
 }
 .AnyTagClassName
 {
   color: #FDC971;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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