Html Css Color HEX #FAC771 Grandis

📋 copy color: '#FAC771'

red 250 ◦ green 199 ◦ blue 113

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

Shades of Grandis #FAC771

Tints of Grandis #FAC771

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.41%

 BLUE value IS 113 (44.53% from 255) = 20.11%

R = 44.48%
G = 35.41%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAC771 (or 0xFAC771) is known color: Grandis. HEX triplet: FA, C7 and 71. RGB value is (250,199,113). Sum of RGB (Red+Green+Blue) = 250+199+113=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC771 is #05388E. Grayscale: #CCCCCC. Windows color (decimal): -342159 or 7456762. OLE color: 7456762.

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

Color convert

RGB 250 199 113 -
CMYK 0 0.20 0.55 0.02
HSL 37.66º 0.93% 0.71% -
HSV(B) 37.66º 0.55% 0.98% -
XYZ 62.83 62.36 24.35 -
YUV 204.45 76.4 160.49 -
System Red Green Blue C M Y K H S L
Decimal 250 199 113 0 0.20 0.55 0.02 37.66 0.93 0.71
Hex FA C7 71 0 14 37 2 26 5D 47
Octal 372 307 161 0 24 67 2 46 135 107
Binary 11111010 11000111 1110001 0 10100 110111 10 100110 1011101 1000111

Color Harmonies of #FAC771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC771

Black with #FAC771

Text Example


Text Example

White with #FAC771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC771; }

 p { color: rgb(250,199,113); }

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

background-color css

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

 a { background-color: rgb(250,199,113); }

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

border-color css

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

 span { border-color: rgb(250,199,113); }

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