Html Css Color HEX #FAC772 Grandis

📋 copy color: '#FAC772'

red 250 ◦ green 199 ◦ blue 114

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

Shades of Grandis #FAC772

Tints of Grandis #FAC772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.25%

R = 44.4%
G = 35.35%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAC772 (or 0xFAC772) is known color: Grandis. HEX triplet: FA, C7 and 72. RGB value is (250,199,114). Sum of RGB (Red+Green+Blue) = 250+199+114=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 114 (44.92% from 255 or 20.25% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC772 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC772 is #05388D. Grayscale: #CCCCCC. Windows color (decimal): -342158 or 7522298. OLE color: 7522298.

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

Color convert

RGB 250 199 114 -
CMYK 0 0.20 0.54 0.02
HSL 37.5º 0.93% 0.71% -
HSV(B) 37.5º 0.54% 0.98% -
XYZ 62.89 62.39 24.65 -
YUV 204.56 76.9 160.41 -
System Red Green Blue C M Y K H S L
Decimal 250 199 114 0 0.20 0.54 0.02 37.5 0.93 0.71
Hex FA C7 72 0 14 36 2 26 5D 47
Octal 372 307 162 0 24 66 2 46 135 107
Binary 11111010 11000111 1110010 0 10100 110110 10 100110 1011101 1000111

Color Harmonies of #FAC772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC772

Black with #FAC772

Text Example


Text Example

White with #FAC772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC772; }

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

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

background-color css

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

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

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

border-color css

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

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

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