Html Css Color HEX #FCC866 Grandis

📋 copy color: '#FCC866'

red 252 ◦ green 200 ◦ blue 102

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

Shades of Grandis #FCC866

Tints of Grandis #FCC866

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.1%

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

R = 45.49%
G = 36.1%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCC866 (or 0xFCC866) is known color: Grandis. HEX triplet: FC, C8 and 66. RGB value is (252,200,102). Sum of RGB (Red+Green+Blue) = 252+200+102=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 102 (40.23% from 255 or 18.41% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC866 is #033799. Grayscale: #CCCCCC. Windows color (decimal): -210842 or 6736124. OLE color: 6736124.

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

Color convert

RGB 252 200 102 -
CMYK 0 0.21 0.60 0.01
HSL 39.2º 0.96% 0.69% -
HSV(B) 39.2º 0.6% 0.99% -
XYZ 63.2 62.96 21.39 -
YUV 204.38 70.23 161.97 -
System Red Green Blue C M Y K H S L
Decimal 252 200 102 0 0.21 0.60 0.01 39.2 0.96 0.69
Hex FC C8 66 0 15 3C 1 27 60 45
Octal 374 310 146 0 25 74 1 47 140 105
Binary 11111100 11001000 1100110 0 10101 111100 1 100111 1100000 1000101

Color Harmonies of #FCC866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC866

Black with #FCC866

Text Example


Text Example

White with #FCC866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC866; }

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

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

background-color css

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

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

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

border-color css

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

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

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