Html Css Color HEX #FAC663 Grandis

📋 copy color: '#FAC663'

red 250 ◦ green 198 ◦ blue 99

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

Shades of Grandis #FAC663

Tints of Grandis #FAC663

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.2%

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

R = 45.7%
G = 36.2%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAC663 (or 0xFAC663) is known color: Grandis. HEX triplet: FA, C6 and 63. RGB value is (250,198,99). Sum of RGB (Red+Green+Blue) = 250+198+99=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 99 (39.06% from 255 or 18.10% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC663 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC663 is #05399C. Grayscale: #CACACA. Windows color (decimal): -342429 or 6539002. OLE color: 6539002.

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

Color convert

RGB 250 198 99 -
CMYK 0 0.21 0.60 0.02
HSL 39.34º 0.94% 0.68% -
HSV(B) 39.34º 0.6% 0.98% -
XYZ 61.87 61.61 20.44 -
YUV 202.26 69.73 162.05 -
System Red Green Blue C M Y K H S L
Decimal 250 198 99 0 0.21 0.60 0.02 39.34 0.94 0.68
Hex FA C6 63 0 15 3C 2 27 5E 44
Octal 372 306 143 0 25 74 2 47 136 104
Binary 11111010 11000110 1100011 0 10101 111100 10 100111 1011110 1000100

Color Harmonies of #FAC663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC663

Black with #FAC663

Text Example


Text Example

White with #FAC663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC663; }

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

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

background-color css

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

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

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

border-color css

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

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

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