Html Css Color HEX #FAC770 Grandis

📋 copy color: '#FAC770'

red 250 ◦ green 199 ◦ blue 112

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

Shades of Grandis #FAC770

Tints of Grandis #FAC770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.96%

R = 44.56%
G = 35.47%
B = 19.96%

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

#FAC770 (or 0xFAC770) is known color: Grandis. HEX triplet: FA, C7 and 70. RGB value is (250,199,112). Sum of RGB (Red+Green+Blue) = 250+199+112=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC770 is #05388F. Grayscale: #CCCCCC. Windows color (decimal): -342160 or 7391226. OLE color: 7391226.

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

Color convert

RGB 250 199 112 -
CMYK 0 0.20 0.55 0.02
HSL 37.83º 0.93% 0.71% -
HSV(B) 37.83º 0.55% 0.98% -
XYZ 62.77 62.34 24.05 -
YUV 204.33 75.9 160.57 -
System Red Green Blue C M Y K H S L
Decimal 250 199 112 0 0.20 0.55 0.02 37.83 0.93 0.71
Hex FA C7 70 0 14 37 2 26 5D 47
Octal 372 307 160 0 24 67 2 46 135 107
Binary 11111010 11000111 1110000 0 10100 110111 10 100110 1011101 1000111

Color Harmonies of #FAC770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC770

Black with #FAC770

Text Example


Text Example

White with #FAC770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC770; }

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

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

background-color css

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

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

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

border-color css

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

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

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