Html Css Color HEX #FCC966 Grandis

📋 copy color: '#FCC966'

red 252 ◦ green 201 ◦ blue 102

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

Shades of Grandis #FCC966

Tints of Grandis #FCC966

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.22%

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

R = 45.41%
G = 36.22%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCC966 (or 0xFCC966) is known color: Grandis. HEX triplet: FC, C9 and 66. RGB value is (252,201,102). Sum of RGB (Red+Green+Blue) = 252+201+102=555 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.41% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 102 (40.23% from 255 or 18.38% from 555); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC966 is #033699. Grayscale: #CDCDCD. Windows color (decimal): -210586 or 6736380. OLE color: 6736380.

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

Color convert

RGB 252 201 102 -
CMYK 0 0.20 0.60 0.01
HSL 39.6º 0.96% 0.69% -
HSV(B) 39.6º 0.6% 0.99% -
XYZ 63.43 63.43 21.47 -
YUV 204.96 69.9 161.55 -
System Red Green Blue C M Y K H S L
Decimal 252 201 102 0 0.20 0.60 0.01 39.6 0.96 0.69
Hex FC C9 66 0 14 3C 1 28 60 45
Octal 374 311 146 0 24 74 1 50 140 105
Binary 11111100 11001001 1100110 0 10100 111100 1 101000 1100000 1000101

Color Harmonies of #FCC966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC966

Black with #FCC966

Text Example


Text Example

White with #FCC966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC966; }

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

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

background-color css

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

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

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

border-color css

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

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

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