Html Css Color HEX #FDC166 Grandis

📋 copy color: '#FDC166'

red 253 ◦ green 193 ◦ blue 102

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

Shades of Grandis #FDC166

Tints of Grandis #FDC166

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.22%

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

R = 46.17%
G = 35.22%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDC166 (or 0xFDC166) is known color: Grandis. HEX triplet: FD, C1 and 66. RGB value is (253,193,102). Sum of RGB (Red+Green+Blue) = 253+193+102=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC166 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC166 is #023E99. Grayscale: #C8C8C8. Windows color (decimal): -147098 or 6734333. OLE color: 6734333.

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

Color convert

RGB 253 193 102 -
CMYK 0 0.24 0.60 0.01
HSL 36.16º 0.97% 0.7% -
HSV(B) 36.16º 0.6% 0.99% -
XYZ 61.98 59.98 20.88 -
YUV 200.57 72.38 165.4 -
System Red Green Blue C M Y K H S L
Decimal 253 193 102 0 0.24 0.60 0.01 36.16 0.97 0.7
Hex FD C1 66 0 18 3C 1 24 61 46
Octal 375 301 146 0 30 74 1 44 141 106
Binary 11111101 11000001 1100110 0 11000 111100 1 100100 1100001 1000110

Color Harmonies of #FDC166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC166

Black with #FDC166

Text Example


Text Example

White with #FDC166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC166; }

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

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

background-color css

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

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

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

border-color css

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

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

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