Html Css Color HEX #FAC764 Grandis

📋 copy color: '#FAC764'

red 250 ◦ green 199 ◦ blue 100

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

Shades of Grandis #FAC764

Tints of Grandis #FAC764

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.25%

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

R = 45.54%
G = 36.25%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAC764 (or 0xFAC764) is known color: Grandis. HEX triplet: FA, C7 and 64. RGB value is (250,199,100). Sum of RGB (Red+Green+Blue) = 250+199+100=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 100 (39.45% from 255 or 18.21% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC764 is #05389B. Grayscale: #CBCBCB. Windows color (decimal): -342172 or 6604794. OLE color: 6604794.

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

Color convert

RGB 250 199 100 -
CMYK 0 0.20 0.6 0.02
HSL 39.6º 0.94% 0.69% -
HSV(B) 39.6º 0.6% 0.98% -
XYZ 62.15 62.09 20.77 -
YUV 202.96 69.9 161.55 -
System Red Green Blue C M Y K H S L
Decimal 250 199 100 0 0.20 0.6 0.02 39.6 0.94 0.69
Hex FA C7 64 0 14 3C 2 28 5E 45
Octal 372 307 144 0 24 74 2 50 136 105
Binary 11111010 11000111 1100100 0 10100 111100 10 101000 1011110 1000101

Color Harmonies of #FAC764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC764

Black with #FAC764

Text Example


Text Example

White with #FAC764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC764; }

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

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

background-color css

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

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

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

border-color css

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

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

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