Html Css Color HEX #FDC866 Grandis

📋 copy color: '#FDC866'

red 253 ◦ green 200 ◦ blue 102

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

Shades of Grandis #FDC866

Tints of Grandis #FDC866

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.04%

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

R = 45.59%
G = 36.04%
B = 18.38%

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

#FDC866 (or 0xFDC866) is known color: Grandis. HEX triplet: FD, C8 and 66. RGB value is (253,200,102). Sum of RGB (Red+Green+Blue) = 253+200+102=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 102 (40.23% from 255 or 18.38% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC866 is #023799. Grayscale: #CDCDCD. Windows color (decimal): -145306 or 6736125. OLE color: 6736125.

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

Color convert

RGB 253 200 102 -
CMYK 0 0.21 0.60 0.01
HSL 38.94º 0.97% 0.7% -
HSV(B) 38.94º 0.6% 0.99% -
XYZ 63.56 63.15 21.41 -
YUV 204.68 70.06 162.47 -
System Red Green Blue C M Y K H S L
Decimal 253 200 102 0 0.21 0.60 0.01 38.94 0.97 0.7
Hex FD C8 66 0 15 3C 1 27 61 46
Octal 375 310 146 0 25 74 1 47 141 106
Binary 11111101 11001000 1100110 0 10101 111100 1 100111 1100001 1000110

Color Harmonies of #FDC866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC866

Black with #FDC866

Text Example


Text Example

White with #FDC866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC866; }

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

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

background-color css

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

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

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

border-color css

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

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

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