Html Css Color HEX #FCC565 Grandis

📋 copy color: '#FCC565'

red 252 ◦ green 197 ◦ blue 101

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

Shades of Grandis #FCC565

Tints of Grandis #FCC565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.36%

R = 45.82%
G = 35.82%
B = 18.36%

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

#FCC565 (or 0xFCC565) is known color: Grandis. HEX triplet: FC, C5 and 65. RGB value is (252,197,101). Sum of RGB (Red+Green+Blue) = 252+197+101=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 101 (39.84% from 255 or 18.36% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC565 is #033A9A. Grayscale: #CACACA. Windows color (decimal): -211611 or 6669820. OLE color: 6669820.

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

Color convert

RGB 252 197 101 -
CMYK 0 0.22 0.60 0.01
HSL 38.15º 0.96% 0.69% -
HSV(B) 38.15º 0.6% 0.99% -
XYZ 62.46 61.57 20.9 -
YUV 202.5 70.72 163.31 -
System Red Green Blue C M Y K H S L
Decimal 252 197 101 0 0.22 0.60 0.01 38.15 0.96 0.69
Hex FC C5 65 0 16 3C 1 26 60 45
Octal 374 305 145 0 26 74 1 46 140 105
Binary 11111100 11000101 1100101 0 10110 111100 1 100110 1100000 1000101

Color Harmonies of #FCC565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC565

Black with #FCC565

Text Example


Text Example

White with #FCC565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC565; }

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

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

background-color css

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

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

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

border-color css

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

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

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