Html Css Color HEX #FDCD66 Grandis

📋 copy color: '#FDCD66'

red 253 ◦ green 205 ◦ blue 102

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

Shades of Grandis #FDCD66

Tints of Grandis #FDCD66

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.61%

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

R = 45.18%
G = 36.61%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDCD66 (or 0xFDCD66) is known color: Grandis. HEX triplet: FD, CD and 66. RGB value is (253,205,102). Sum of RGB (Red+Green+Blue) = 253+205+102=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 102 (40.23% from 255 or 18.21% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD66 is #023299. Grayscale: #D0D0D0. Windows color (decimal): -144026 or 6737405. OLE color: 6737405.

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

Color convert

RGB 253 205 102 -
CMYK 0 0.19 0.60 0.01
HSL 40.93º 0.97% 0.7% -
HSV(B) 40.93º 0.6% 0.99% -
XYZ 64.74 65.5 21.8 -
YUV 207.61 68.4 160.38 -
System Red Green Blue C M Y K H S L
Decimal 253 205 102 0 0.19 0.60 0.01 40.93 0.97 0.7
Hex FD CD 66 0 13 3C 1 29 61 46
Octal 375 315 146 0 23 74 1 51 141 106
Binary 11111101 11001101 1100110 0 10011 111100 1 101001 1100001 1000110

Color Harmonies of #FDCD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD66

Black with #FDCD66

Text Example


Text Example

White with #FDCD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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