Html Css Color HEX #FAC670 Grandis

📋 copy color: '#FAC670'

red 250 ◦ green 198 ◦ blue 112

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

Shades of Grandis #FAC670

Tints of Grandis #FAC670

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.36%

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

R = 44.64%
G = 35.36%
B = 20%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FAC670 (or 0xFAC670) is known color: Grandis. HEX triplet: FA, C6 and 70. RGB value is (250,198,112). Sum of RGB (Red+Green+Blue) = 250+198+112=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC670 is #05398F. Grayscale: #CCCCCC. Windows color (decimal): -342416 or 7390970. OLE color: 7390970.

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

Color convert

RGB 250 198 112 -
CMYK 0 0.21 0.55 0.02
HSL 37.39º 0.93% 0.71% -
HSV(B) 37.39º 0.55% 0.98% -
XYZ 62.54 61.88 23.98 -
YUV 203.74 76.23 160.99 -
System Red Green Blue C M Y K H S L
Decimal 250 198 112 0 0.21 0.55 0.02 37.39 0.93 0.71
Hex FA C6 70 0 15 37 2 25 5D 47
Octal 372 306 160 0 25 67 2 45 135 107
Binary 11111010 11000110 1110000 0 10101 110111 10 100101 1011101 1000111

Color Harmonies of #FAC670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC670

Black with #FAC670

Text Example


Text Example

White with #FAC670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC670; }

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

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

background-color css

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

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

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

border-color css

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

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

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