Html Css Color HEX #FDC76E Grandis

📋 copy color: '#FDC76E'

red 253 ◦ green 199 ◦ blue 110

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

Shades of Grandis #FDC76E

Tints of Grandis #FDC76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.57%

R = 45.02%
G = 35.41%
B = 19.57%

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

#FDC76E (or 0xFDC76E) is known color: Grandis. HEX triplet: FD, C7 and 6E. RGB value is (253,199,110). Sum of RGB (Red+Green+Blue) = 253+199+110=562 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.02% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 110 (43.36% from 255 or 19.57% from 562); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC76E is #023891. Grayscale: #CDCDCD. Windows color (decimal): -145554 or 7260157. OLE color: 7260157.

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

Color convert

RGB 253 199 110 -
CMYK 0 0.21 0.57 0.01
HSL 37.34º 0.97% 0.71% -
HSV(B) 37.34º 0.57% 0.99% -
XYZ 63.75 62.86 23.52 -
YUV 205 74.39 162.24 -
System Red Green Blue C M Y K H S L
Decimal 253 199 110 0 0.21 0.57 0.01 37.34 0.97 0.71
Hex FD C7 6E 0 15 39 1 25 61 47
Octal 375 307 156 0 25 71 1 45 141 107
Binary 11111101 11000111 1101110 0 10101 111001 1 100101 1100001 1000111

Color Harmonies of #FDC76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC76E

Black with #FDC76E

Text Example


Text Example

White with #FDC76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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