Html Css Color HEX #FAC863 Grandis

📋 copy color: '#FAC863'

red 250 ◦ green 200 ◦ blue 99

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

Shades of Grandis #FAC863

Tints of Grandis #FAC863

RGB

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

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

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

R = 45.54%
G = 36.43%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAC863 (or 0xFAC863) is known color: Grandis. HEX triplet: FA, C8 and 63. RGB value is (250,200,99). Sum of RGB (Red+Green+Blue) = 250+200+99=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 99 (39.06% from 255 or 18.03% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC863 is #05379C. Grayscale: #CBCBCB. Windows color (decimal): -341917 or 6539514. OLE color: 6539514.

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

Color convert

RGB 250 200 99 -
CMYK 0 0.2 0.60 0.02
HSL 40.13º 0.94% 0.68% -
HSV(B) 40.13º 0.6% 0.98% -
XYZ 62.33 62.53 20.59 -
YUV 203.44 69.07 161.21 -
System Red Green Blue C M Y K H S L
Decimal 250 200 99 0 0.2 0.60 0.02 40.13 0.94 0.68
Hex FA C8 63 0 14 3C 2 28 5E 44
Octal 372 310 143 0 24 74 2 50 136 104
Binary 11111010 11001000 1100011 0 10100 111100 10 101000 1011110 1000100

Color Harmonies of #FAC863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC863

Black with #FAC863

Text Example


Text Example

White with #FAC863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC863; }

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

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

background-color css

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

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

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

border-color css

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

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

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