Html Css Color HEX #FDC966 Grandis

📋 copy color: '#FDC966'

red 253 ◦ green 201 ◦ blue 102

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

Shades of Grandis #FDC966

Tints of Grandis #FDC966

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.15%

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

R = 45.5%
G = 36.15%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDC966 (or 0xFDC966) is known color: Grandis. HEX triplet: FD, C9 and 66. RGB value is (253,201,102). Sum of RGB (Red+Green+Blue) = 253+201+102=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 102 (40.23% from 255 or 18.35% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC966 is #023699. Grayscale: #CDCDCD. Windows color (decimal): -145050 or 6736381. OLE color: 6736381.

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

Color convert

RGB 253 201 102 -
CMYK 0 0.21 0.60 0.01
HSL 39.34º 0.97% 0.7% -
HSV(B) 39.34º 0.6% 0.99% -
XYZ 63.79 63.62 21.49 -
YUV 205.26 69.73 162.05 -
System Red Green Blue C M Y K H S L
Decimal 253 201 102 0 0.21 0.60 0.01 39.34 0.97 0.7
Hex FD C9 66 0 15 3C 1 27 61 46
Octal 375 311 146 0 25 74 1 47 141 106
Binary 11111101 11001001 1100110 0 10101 111100 1 100111 1100001 1000110

Color Harmonies of #FDC966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC966

Black with #FDC966

Text Example


Text Example

White with #FDC966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC966; }

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

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

background-color css

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

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

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

border-color css

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

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

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