Html Css Color HEX #FCC663 Grandis

📋 copy color: '#FCC663'

red 252 ◦ green 198 ◦ blue 99

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

Shades of Grandis #FCC663

Tints of Grandis #FCC663

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.07%

 BLUE value IS 99 (39.06% from 255) = 18.03%

R = 45.9%
G = 36.07%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FCC663 (or 0xFCC663) is known color: Grandis. HEX triplet: FC, C6 and 63. RGB value is (252,198,99). Sum of RGB (Red+Green+Blue) = 252+198+99=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 99 (39.06% from 255 or 18.03% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC663 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC663 is #03399C. Grayscale: #CBCBCB. Windows color (decimal): -211357 or 6539004. OLE color: 6539004.

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

Color convert

RGB 252 198 99 -
CMYK 0 0.21 0.61 0.01
HSL 38.82º 0.96% 0.69% -
HSV(B) 38.82º 0.61% 0.99% -
XYZ 62.59 61.98 20.47 -
YUV 202.86 69.39 163.05 -
System Red Green Blue C M Y K H S L
Decimal 252 198 99 0 0.21 0.61 0.01 38.82 0.96 0.69
Hex FC C6 63 0 15 3D 1 27 60 45
Octal 374 306 143 0 25 75 1 47 140 105
Binary 11111100 11000110 1100011 0 10101 111101 1 100111 1100000 1000101

Color Harmonies of #FCC663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC663

Black with #FCC663

Text Example


Text Example

White with #FCC663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC663; }

 p { color: rgb(252,198,99); }

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

background-color css

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

 a { background-color: rgb(252,198,99); }

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

border-color css

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

 span { border-color: rgb(252,198,99); }

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