Html Css Color HEX #FDC566 Grandis

📋 copy color: '#FDC566'

red 253 ◦ green 197 ◦ blue 102

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

Shades of Grandis #FDC566

Tints of Grandis #FDC566

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.69%

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

R = 45.83%
G = 35.69%
B = 18.48%

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

#FDC566 (or 0xFDC566) is known color: Grandis. HEX triplet: FD, C5 and 66. RGB value is (253,197,102). Sum of RGB (Red+Green+Blue) = 253+197+102=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 102 (40.23% from 255 or 18.48% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC566 is #023A99. Grayscale: #CBCBCB. Windows color (decimal): -146074 or 6735357. OLE color: 6735357.

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

Color convert

RGB 253 197 102 -
CMYK 0 0.22 0.60 0.01
HSL 37.75º 0.97% 0.7% -
HSV(B) 37.75º 0.6% 0.99% -
XYZ 62.87 61.77 21.18 -
YUV 202.91 71.05 163.72 -
System Red Green Blue C M Y K H S L
Decimal 253 197 102 0 0.22 0.60 0.01 37.75 0.97 0.7
Hex FD C5 66 0 16 3C 1 26 61 46
Octal 375 305 146 0 26 74 1 46 141 106
Binary 11111101 11000101 1100110 0 10110 111100 1 100110 1100001 1000110

Color Harmonies of #FDC566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC566

Black with #FDC566

Text Example


Text Example

White with #FDC566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC566; }

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

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

background-color css

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

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

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

border-color css

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

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

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