Html Css Color HEX #FAC671 Grandis

📋 copy color: '#FAC671'

red 250 ◦ green 198 ◦ blue 113

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

Shades of Grandis #FAC671

Tints of Grandis #FAC671

RGB

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

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

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

R = 44.56%
G = 35.29%
B = 20.14%

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

#FAC671 (or 0xFAC671) is known color: Grandis. HEX triplet: FA, C6 and 71. RGB value is (250,198,113). Sum of RGB (Red+Green+Blue) = 250+198+113=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 113 (44.53% from 255 or 20.14% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC671 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC671 is #05398E. Grayscale: #CCCCCC. Windows color (decimal): -342415 or 7456506. OLE color: 7456506.

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

Color convert

RGB 250 198 113 -
CMYK 0 0.21 0.55 0.02
HSL 37.23º 0.93% 0.71% -
HSV(B) 37.23º 0.55% 0.98% -
XYZ 62.6 61.9 24.27 -
YUV 203.86 76.73 160.91 -
System Red Green Blue C M Y K H S L
Decimal 250 198 113 0 0.21 0.55 0.02 37.23 0.93 0.71
Hex FA C6 71 0 15 37 2 25 5D 47
Octal 372 306 161 0 25 67 2 45 135 107
Binary 11111010 11000110 1110001 0 10101 110111 10 100101 1011101 1000111

Color Harmonies of #FAC671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC671

Black with #FAC671

Text Example


Text Example

White with #FAC671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC671; }

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

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

background-color css

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

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

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

border-color css

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

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

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