Html Css Color HEX #FDC76C Grandis

📋 copy color: '#FDC76C'

red 253 ◦ green 199 ◦ blue 108

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

Shades of Grandis #FDC76C

Tints of Grandis #FDC76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.29%

R = 45.18%
G = 35.54%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDC76C (or 0xFDC76C) is known color: Grandis. HEX triplet: FD, C7 and 6C. RGB value is (253,199,108). Sum of RGB (Red+Green+Blue) = 253+199+108=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 108 (42.58% from 255 or 19.29% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC76C is #023893. Grayscale: #CDCDCD. Windows color (decimal): -145556 or 7129085. OLE color: 7129085.

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

Color convert

RGB 253 199 108 -
CMYK 0 0.21 0.57 0.01
HSL 37.66º 0.97% 0.71% -
HSV(B) 37.66º 0.57% 0.99% -
XYZ 63.64 62.81 22.96 -
YUV 204.77 73.39 162.4 -
System Red Green Blue C M Y K H S L
Decimal 253 199 108 0 0.21 0.57 0.01 37.66 0.97 0.71
Hex FD C7 6C 0 15 39 1 26 61 47
Octal 375 307 154 0 25 71 1 46 141 107
Binary 11111101 11000111 1101100 0 10101 111001 1 100110 1100001 1000111

Color Harmonies of #FDC76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC76C

Black with #FDC76C

Text Example


Text Example

White with #FDC76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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