Html Css Color HEX #FAC56D Grandis

📋 copy color: '#FAC56D'

red 250 ◦ green 197 ◦ blue 109

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

Shades of Grandis #FAC56D

Tints of Grandis #FAC56D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.43%

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

R = 44.96%
G = 35.43%
B = 19.6%

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

#FAC56D (or 0xFAC56D) is known color: Grandis. HEX triplet: FA, C5 and 6D. RGB value is (250,197,109). Sum of RGB (Red+Green+Blue) = 250+197+109=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 109 (42.97% from 255 or 19.60% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC56D is #053A92. Grayscale: #CBCBCB. Windows color (decimal): -342675 or 7194106. OLE color: 7194106.

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

Color convert

RGB 250 197 109 -
CMYK 0 0.21 0.56 0.02
HSL 37.45º 0.93% 0.7% -
HSV(B) 37.45º 0.56% 0.98% -
XYZ 62.15 61.36 23.04 -
YUV 202.82 75.06 161.66 -
System Red Green Blue C M Y K H S L
Decimal 250 197 109 0 0.21 0.56 0.02 37.45 0.93 0.7
Hex FA C5 6D 0 15 38 2 25 5D 46
Octal 372 305 155 0 25 70 2 45 135 106
Binary 11111010 11000101 1101101 0 10101 111000 10 100101 1011101 1000110

Color Harmonies of #FAC56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC56D

Black with #FAC56D

Text Example


Text Example

White with #FAC56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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