Html Css Color HEX #FCCD66 Grandis

📋 copy color: '#FCCD66'

red 252 ◦ green 205 ◦ blue 102

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

Shades of Grandis #FCCD66

Tints of Grandis #FCCD66

RGB

 RED value IS 252 (98.83% from 255) = 45.08%

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

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

R = 45.08%
G = 36.67%
B = 18.25%

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

#FCCD66 (or 0xFCCD66) is known color: Grandis. HEX triplet: FC, CD and 66. RGB value is (252,205,102). Sum of RGB (Red+Green+Blue) = 252+205+102=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 102 (40.23% from 255 or 18.25% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCD66 is #033299. Grayscale: #CFCFCF. Windows color (decimal): -209562 or 6737404. OLE color: 6737404.

HSL color Cylindrical-coordinate representation of color #FCCD66: hue angle of 41.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCCD66 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 205 102 -
CMYK 0 0.19 0.60 0.01
HSL 41.2º 0.96% 0.69% -
HSV(B) 41.2º 0.6% 0.99% -
XYZ 64.37 65.32 21.78 -
YUV 207.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 252 205 102 0 0.19 0.60 0.01 41.2 0.96 0.69
Hex FC CD 66 0 13 3C 1 29 60 45
Octal 374 315 146 0 23 74 1 51 140 105
Binary 11111100 11001101 1100110 0 10011 111100 1 101001 1100000 1000101

Color Harmonies of #FCCD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD66

Black with #FCCD66

Text Example


Text Example

White with #FCCD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD66; }

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

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

background-color css

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

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

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

border-color css

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

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

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