Html Css Color HEX #FDC771 Grandis

📋 copy color: '#FDC771'

red 253 ◦ green 199 ◦ blue 113

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

Shades of Grandis #FDC771

Tints of Grandis #FDC771

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.22%

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

R = 44.78%
G = 35.22%
B = 20%

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

#FDC771 (or 0xFDC771) is known color: Grandis. HEX triplet: FD, C7 and 71. RGB value is (253,199,113). Sum of RGB (Red+Green+Blue) = 253+199+113=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 113 (44.53% from 255 or 20% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC771 is #02388E. Grayscale: #CDCDCD. Windows color (decimal): -145551 or 7456765. OLE color: 7456765.

HSL color Cylindrical-coordinate representation of color #FDC771: hue angle of 36.86º 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 #FDC771 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 199 113 -
CMYK 0 0.21 0.55 0.01
HSL 36.86º 0.97% 0.72% -
HSV(B) 36.86º 0.55% 0.99% -
XYZ 63.91 62.92 24.4 -
YUV 205.34 75.89 161.99 -
System Red Green Blue C M Y K H S L
Decimal 253 199 113 0 0.21 0.55 0.01 36.86 0.97 0.72
Hex FD C7 71 0 15 37 1 25 61 48
Octal 375 307 161 0 25 67 1 45 141 110
Binary 11111101 11000111 1110001 0 10101 110111 1 100101 1100001 1001000

Color Harmonies of #FDC771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC771

Black with #FDC771

Text Example


Text Example

White with #FDC771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC771; }

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

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

background-color css

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

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

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

border-color css

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

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

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