Html Css Color HEX #FDC46D Grandis

📋 copy color: '#FDC46D'

red 253 ◦ green 196 ◦ blue 109

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

Shades of Grandis #FDC46D

Tints of Grandis #FDC46D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.13%

 BLUE value IS 109 (42.97% from 255) = 19.53%

R = 45.34%
G = 35.13%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FDC46D (or 0xFDC46D) is known color: Grandis. HEX triplet: FD, C4 and 6D. RGB value is (253,196,109). Sum of RGB (Red+Green+Blue) = 253+196+109=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 196 (76.95% from 255 or 35.13% from 558); Blue value is 109 (42.97% from 255 or 19.53% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC46D is #023B92. Grayscale: #CBCBCB. Windows color (decimal): -146323 or 7193853. OLE color: 7193853.

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

Color convert

RGB 253 196 109 -
CMYK 0 0.23 0.57 0.01
HSL 36.25º 0.97% 0.71% -
HSV(B) 36.25º 0.57% 0.99% -
XYZ 63.01 61.47 23.01 -
YUV 203.13 74.88 163.57 -
System Red Green Blue C M Y K H S L
Decimal 253 196 109 0 0.23 0.57 0.01 36.25 0.97 0.71
Hex FD C4 6D 0 17 39 1 24 61 47
Octal 375 304 155 0 27 71 1 44 141 107
Binary 11111101 11000100 1101101 0 10111 111001 1 100100 1100001 1000111

Color Harmonies of #FDC46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC46D

Black with #FDC46D

Text Example


Text Example

White with #FDC46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC46D; }

 p { color: rgb(253,196,109); }

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

background-color css

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

 a { background-color: rgb(253,196,109); }

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

border-color css

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

 span { border-color: rgb(253,196,109); }

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