Html Css Color HEX #FDC668 Grandis

📋 copy color: '#FDC668'

red 253 ◦ green 198 ◦ blue 104

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

Shades of Grandis #FDC668

Tints of Grandis #FDC668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.74%

R = 45.59%
G = 35.68%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDC668 (or 0xFDC668) is known color: Grandis. HEX triplet: FD, C6 and 68. RGB value is (253,198,104). Sum of RGB (Red+Green+Blue) = 253+198+104=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC668 is #023997. Grayscale: #CCCCCC. Windows color (decimal): -145816 or 6866685. OLE color: 6866685.

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

Color convert

RGB 253 198 104 -
CMYK 0 0.22 0.59 0.01
HSL 37.85º 0.97% 0.7% -
HSV(B) 37.85º 0.59% 0.99% -
XYZ 63.2 62.27 21.79 -
YUV 203.73 71.72 163.14 -
System Red Green Blue C M Y K H S L
Decimal 253 198 104 0 0.22 0.59 0.01 37.85 0.97 0.7
Hex FD C6 68 0 16 3B 1 26 61 46
Octal 375 306 150 0 26 73 1 46 141 106
Binary 11111101 11000110 1101000 0 10110 111011 1 100110 1100001 1000110

Color Harmonies of #FDC668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC668

Black with #FDC668

Text Example


Text Example

White with #FDC668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC668; }

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

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

background-color css

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

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

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

border-color css

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

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

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