Html Css Color HEX #FAC56A Grandis

📋 copy color: '#FAC56A'

red 250 ◦ green 197 ◦ blue 106

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

Shades of Grandis #FAC56A

Tints of Grandis #FAC56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.17%

R = 45.21%
G = 35.62%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAC56A (or 0xFAC56A) is known color: Grandis. HEX triplet: FA, C5 and 6A. RGB value is (250,197,106). Sum of RGB (Red+Green+Blue) = 250+197+106=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 106 (41.80% from 255 or 19.17% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC56A is #053A95. Grayscale: #CACACA. Windows color (decimal): -342678 or 6997498. OLE color: 6997498.

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

Color convert

RGB 250 197 106 -
CMYK 0 0.21 0.58 0.02
HSL 37.92º 0.94% 0.7% -
HSV(B) 37.92º 0.58% 0.98% -
XYZ 61.99 61.3 22.2 -
YUV 202.47 73.56 161.9 -
System Red Green Blue C M Y K H S L
Decimal 250 197 106 0 0.21 0.58 0.02 37.92 0.94 0.7
Hex FA C5 6A 0 15 3A 2 26 5E 46
Octal 372 305 152 0 25 72 2 46 136 106
Binary 11111010 11000101 1101010 0 10101 111010 10 100110 1011110 1000110

Color Harmonies of #FAC56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC56A

Black with #FAC56A

Text Example


Text Example

White with #FAC56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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