Html Css Color HEX #FAC86D Grandis

📋 copy color: '#FAC86D'

red 250 ◦ green 200 ◦ blue 109

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

Shades of Grandis #FAC86D

Tints of Grandis #FAC86D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.78%

 BLUE value IS 109 (42.97% from 255) = 19.5%

R = 44.72%
G = 35.78%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAC86D (or 0xFAC86D) is known color: Grandis. HEX triplet: FA, C8 and 6D. RGB value is (250,200,109). Sum of RGB (Red+Green+Blue) = 250+200+109=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 109 (42.97% from 255 or 19.50% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC86D is #053792. Grayscale: #CCCCCC. Windows color (decimal): -341907 or 7194874. OLE color: 7194874.

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

Color convert

RGB 250 200 109 -
CMYK 0 0.2 0.56 0.02
HSL 38.72º 0.93% 0.7% -
HSV(B) 38.72º 0.56% 0.98% -
XYZ 62.84 62.74 23.27 -
YUV 204.58 74.07 160.4 -
System Red Green Blue C M Y K H S L
Decimal 250 200 109 0 0.2 0.56 0.02 38.72 0.93 0.7
Hex FA C8 6D 0 14 38 2 27 5D 46
Octal 372 310 155 0 24 70 2 47 135 106
Binary 11111010 11001000 1101101 0 10100 111000 10 100111 1011101 1000110

Color Harmonies of #FAC86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC86D

Black with #FAC86D

Text Example


Text Example

White with #FAC86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC86D; }

 p { color: rgb(250,200,109); }

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

background-color css

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

 a { background-color: rgb(250,200,109); }

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

border-color css

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

 span { border-color: rgb(250,200,109); }

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