Html Css Color HEX #FDC664 Grandis

📋 copy color: '#FDC664'

red 253 ◦ green 198 ◦ blue 100

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

Shades of Grandis #FDC664

Tints of Grandis #FDC664

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.93%

 BLUE value IS 100 (39.45% from 255) = 18.15%

R = 45.92%
G = 35.93%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDC664 (or 0xFDC664) is known color: Grandis. HEX triplet: FD, C6 and 64. RGB value is (253,198,100). Sum of RGB (Red+Green+Blue) = 253+198+100=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 100 (39.45% from 255 or 18.15% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC664 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC664 is #02399B. Grayscale: #CBCBCB. Windows color (decimal): -145820 or 6604541. OLE color: 6604541.

HSL color Cylindrical-coordinate representation of color #FDC664: hue angle of 38.43º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDC664 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 198 100 -
CMYK 0 0.22 0.60 0.01
HSL 38.43º 0.97% 0.69% -
HSV(B) 38.43º 0.6% 0.99% -
XYZ 63 62.19 20.74 -
YUV 203.27 69.72 163.47 -
System Red Green Blue C M Y K H S L
Decimal 253 198 100 0 0.22 0.60 0.01 38.43 0.97 0.69
Hex FD C6 64 0 16 3C 1 26 61 45
Octal 375 306 144 0 26 74 1 46 141 105
Binary 11111101 11000110 1100100 0 10110 111100 1 100110 1100001 1000101

Color Harmonies of #FDC664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC664

Black with #FDC664

Text Example


Text Example

White with #FDC664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC664; }

 p { color: rgb(253,198,100); }

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

background-color css

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

 a { background-color: rgb(253,198,100); }

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

border-color css

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

 span { border-color: rgb(253,198,100); }

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