Html Css Color HEX #FAC963 Grandis

📋 copy color: '#FAC963'

red 250 ◦ green 201 ◦ blue 99

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

Shades of Grandis #FAC963

Tints of Grandis #FAC963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18%

R = 45.45%
G = 36.55%
B = 18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAC963 (or 0xFAC963) is known color: Grandis. HEX triplet: FA, C9 and 63. RGB value is (250,201,99). Sum of RGB (Red+Green+Blue) = 250+201+99=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 99 (39.06% from 255 or 18% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC963 is #05369C. Grayscale: #CCCCCC. Windows color (decimal): -341661 or 6539770. OLE color: 6539770.

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

Color convert

RGB 250 201 99 -
CMYK 0 0.20 0.60 0.02
HSL 40.53º 0.94% 0.68% -
HSV(B) 40.53º 0.6% 0.98% -
XYZ 62.56 63 20.67 -
YUV 204.02 68.73 160.79 -
System Red Green Blue C M Y K H S L
Decimal 250 201 99 0 0.20 0.60 0.02 40.53 0.94 0.68
Hex FA C9 63 0 14 3C 2 29 5E 44
Octal 372 311 143 0 24 74 2 51 136 104
Binary 11111010 11001001 1100011 0 10100 111100 10 101001 1011110 1000100

Color Harmonies of #FAC963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC963

Black with #FAC963

Text Example


Text Example

White with #FAC963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC963; }

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

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

background-color css

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

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

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

border-color css

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

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

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