Html Css Color HEX #FCC566 Grandis

📋 copy color: '#FCC566'

red 252 ◦ green 197 ◦ blue 102

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

Shades of Grandis #FCC566

Tints of Grandis #FCC566

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.75%

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

R = 45.74%
G = 35.75%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCC566 (or 0xFCC566) is known color: Grandis. HEX triplet: FC, C5 and 66. RGB value is (252,197,102). Sum of RGB (Red+Green+Blue) = 252+197+102=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC566 is #033A99. Grayscale: #CBCBCB. Windows color (decimal): -211610 or 6735356. OLE color: 6735356.

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

Color convert

RGB 252 197 102 -
CMYK 0 0.22 0.60 0.01
HSL 38º 0.96% 0.69% -
HSV(B) 38º 0.6% 0.99% -
XYZ 62.51 61.59 21.16 -
YUV 202.62 71.22 163.22 -
System Red Green Blue C M Y K H S L
Decimal 252 197 102 0 0.22 0.60 0.01 38 0.96 0.69
Hex FC C5 66 0 16 3C 1 26 60 45
Octal 374 305 146 0 26 74 1 46 140 105
Binary 11111100 11000101 1100110 0 10110 111100 1 100110 1100000 1000101

Color Harmonies of #FCC566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC566

Black with #FCC566

Text Example


Text Example

White with #FCC566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC566; }

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

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

background-color css

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

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

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

border-color css

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

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

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