Html Css Color HEX #FAC46D Grandis

📋 copy color: '#FAC46D'

red 250 ◦ green 196 ◦ blue 109

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

Shades of Grandis #FAC46D

Tints of Grandis #FAC46D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.32%

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

R = 45.05%
G = 35.32%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAC46D (or 0xFAC46D) is known color: Grandis. HEX triplet: FA, C4 and 6D. RGB value is (250,196,109). Sum of RGB (Red+Green+Blue) = 250+196+109=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC46D is #053B92. Grayscale: #CACACA. Windows color (decimal): -342931 or 7193850. OLE color: 7193850.

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

Color convert

RGB 250 196 109 -
CMYK 0 0.22 0.56 0.02
HSL 37.02º 0.93% 0.7% -
HSV(B) 37.02º 0.56% 0.98% -
XYZ 61.92 60.91 22.96 -
YUV 202.23 75.39 162.07 -
System Red Green Blue C M Y K H S L
Decimal 250 196 109 0 0.22 0.56 0.02 37.02 0.93 0.7
Hex FA C4 6D 0 16 38 2 25 5D 46
Octal 372 304 155 0 26 70 2 45 135 106
Binary 11111010 11000100 1101101 0 10110 111000 10 100101 1011101 1000110

Color Harmonies of #FAC46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC46D

Black with #FAC46D

Text Example


Text Example

White with #FAC46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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