Html Css Color HEX #FAC564 Grandis

📋 copy color: '#FAC564'

red 250 ◦ green 197 ◦ blue 100

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

Shades of Grandis #FAC564

Tints of Grandis #FAC564

RGB

 RED value IS 250 (98.05% from 255) = 45.7%

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

 BLUE value IS 100 (39.45% from 255) = 18.28%

R = 45.7%
G = 36.01%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAC564 (or 0xFAC564) is known color: Grandis. HEX triplet: FA, C5 and 64. RGB value is (250,197,100). Sum of RGB (Red+Green+Blue) = 250+197+100=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC564 is #053A9B. Grayscale: #CACACA. Windows color (decimal): -342684 or 6604282. OLE color: 6604282.

HSL color Cylindrical-coordinate representation of color #FAC564: hue angle of 38.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAC564 is Cyan = 0, Magento = 0.21, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 197 100 -
CMYK 0 0.21 0.6 0.02
HSL 38.8º 0.94% 0.69% -
HSV(B) 38.8º 0.6% 0.98% -
XYZ 61.69 61.18 20.61 -
YUV 201.79 70.56 162.39 -
System Red Green Blue C M Y K H S L
Decimal 250 197 100 0 0.21 0.6 0.02 38.8 0.94 0.69
Hex FA C5 64 0 15 3C 2 27 5E 45
Octal 372 305 144 0 25 74 2 47 136 105
Binary 11111010 11000101 1100100 0 10101 111100 10 100111 1011110 1000101

Color Harmonies of #FAC564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC564

Black with #FAC564

Text Example


Text Example

White with #FAC564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC564; }

 p { color: rgb(250,197,100); }

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

background-color css

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

 a { background-color: rgb(250,197,100); }

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

border-color css

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

 span { border-color: rgb(250,197,100); }

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