Html Css Color HEX #FAC66D Grandis

📋 copy color: '#FAC66D'

red 250 ◦ green 198 ◦ blue 109

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

Shades of Grandis #FAC66D

Tints of Grandis #FAC66D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.57%

R = 44.88%
G = 35.55%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAC66D (or 0xFAC66D) is known color: Grandis. HEX triplet: FA, C6 and 6D. RGB value is (250,198,109). Sum of RGB (Red+Green+Blue) = 250+198+109=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC66D is #053992. Grayscale: #CBCBCB. Windows color (decimal): -342419 or 7194362. OLE color: 7194362.

HSL color Cylindrical-coordinate representation of color #FAC66D: hue angle of 37.87º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAC66D is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 198 109 -
CMYK 0 0.21 0.56 0.02
HSL 37.87º 0.93% 0.7% -
HSV(B) 37.87º 0.56% 0.98% -
XYZ 62.38 61.82 23.11 -
YUV 203.4 74.73 161.24 -
System Red Green Blue C M Y K H S L
Decimal 250 198 109 0 0.21 0.56 0.02 37.87 0.93 0.7
Hex FA C6 6D 0 15 38 2 26 5D 46
Octal 372 306 155 0 25 70 2 46 135 106
Binary 11111010 11000110 1101101 0 10101 111000 10 100110 1011101 1000110

Color Harmonies of #FAC66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC66D

Black with #FAC66D

Text Example


Text Example

White with #FAC66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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