Html Css Color HEX #FAC964 Grandis

📋 copy color: '#FAC964'

red 250 ◦ green 201 ◦ blue 100

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

Shades of Grandis #FAC964

Tints of Grandis #FAC964

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.48%

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

R = 45.37%
G = 36.48%
B = 18.15%

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

#FAC964 (or 0xFAC964) is known color: Grandis. HEX triplet: FA, C9 and 64. RGB value is (250,201,100). Sum of RGB (Red+Green+Blue) = 250+201+100=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 100 (39.45% from 255 or 18.15% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC964 is #05369B. Grayscale: #CCCCCC. Windows color (decimal): -341660 or 6605306. OLE color: 6605306.

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

Color convert

RGB 250 201 100 -
CMYK 0 0.20 0.6 0.02
HSL 40.4º 0.94% 0.69% -
HSV(B) 40.4º 0.6% 0.98% -
XYZ 62.61 63.02 20.92 -
YUV 204.14 69.23 160.71 -
System Red Green Blue C M Y K H S L
Decimal 250 201 100 0 0.20 0.6 0.02 40.4 0.94 0.69
Hex FA C9 64 0 14 3C 2 28 5E 45
Octal 372 311 144 0 24 74 2 50 136 105
Binary 11111010 11001001 1100100 0 10100 111100 10 101000 1011110 1000101

Color Harmonies of #FAC964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC964

Black with #FAC964

Text Example


Text Example

White with #FAC964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC964; }

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

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

background-color css

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

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

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

border-color css

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

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

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