Html Css Color HEX #FAC864 Grandis

📋 copy color: '#FAC864'

red 250 ◦ green 200 ◦ blue 100

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

Shades of Grandis #FAC864

Tints of Grandis #FAC864

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.36%

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

R = 45.45%
G = 36.36%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAC864 (or 0xFAC864) is known color: Grandis. HEX triplet: FA, C8 and 64. RGB value is (250,200,100). Sum of RGB (Red+Green+Blue) = 250+200+100=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 100 (39.45% from 255 or 18.18% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC864 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC864 is #05379B. Grayscale: #CCCCCC. Windows color (decimal): -341916 or 6605050. OLE color: 6605050.

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

Color convert

RGB 250 200 100 -
CMYK 0 0.2 0.6 0.02
HSL 40º 0.94% 0.69% -
HSV(B) 40º 0.6% 0.98% -
XYZ 62.38 62.55 20.84 -
YUV 203.55 69.57 161.13 -
System Red Green Blue C M Y K H S L
Decimal 250 200 100 0 0.2 0.6 0.02 40 0.94 0.69
Hex FA C8 64 0 14 3C 2 28 5E 45
Octal 372 310 144 0 24 74 2 50 136 105
Binary 11111010 11001000 1100100 0 10100 111100 10 101000 1011110 1000101

Color Harmonies of #FAC864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC864

Black with #FAC864

Text Example


Text Example

White with #FAC864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC864; }

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

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

background-color css

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

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

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

border-color css

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

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

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