Html Css Color HEX #FDC666 Grandis

📋 copy color: '#FDC666'

red 253 ◦ green 198 ◦ blue 102

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

Shades of Grandis #FDC666

Tints of Grandis #FDC666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.44%

R = 45.75%
G = 35.8%
B = 18.44%

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

#FDC666 (or 0xFDC666) is known color: Grandis. HEX triplet: FD, C6 and 66. RGB value is (253,198,102). Sum of RGB (Red+Green+Blue) = 253+198+102=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC666 is #023999. Grayscale: #CBCBCB. Windows color (decimal): -145818 or 6735613. OLE color: 6735613.

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

Color convert

RGB 253 198 102 -
CMYK 0 0.22 0.60 0.01
HSL 38.15º 0.97% 0.7% -
HSV(B) 38.15º 0.6% 0.99% -
XYZ 63.1 62.23 21.26 -
YUV 203.5 70.72 163.31 -
System Red Green Blue C M Y K H S L
Decimal 253 198 102 0 0.22 0.60 0.01 38.15 0.97 0.7
Hex FD C6 66 0 16 3C 1 26 61 46
Octal 375 306 146 0 26 74 1 46 141 106
Binary 11111101 11000110 1100110 0 10110 111100 1 100110 1100001 1000110

Color Harmonies of #FDC666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC666

Black with #FDC666

Text Example


Text Example

White with #FDC666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC666; }

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

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

background-color css

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

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

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

border-color css

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

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

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