Html Css Color HEX #FAC46E Grandis

📋 copy color: '#FAC46E'

red 250 ◦ green 196 ◦ blue 110

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

Shades of Grandis #FAC46E

Tints of Grandis #FAC46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.78%

R = 44.96%
G = 35.25%
B = 19.78%

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

#FAC46E (or 0xFAC46E) is known color: Grandis. HEX triplet: FA, C4 and 6E. RGB value is (250,196,110). Sum of RGB (Red+Green+Blue) = 250+196+110=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 110 (43.36% from 255 or 19.78% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC46E is #053B91. Grayscale: #CACACA. Windows color (decimal): -342930 or 7259386. OLE color: 7259386.

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

Color convert

RGB 250 196 110 -
CMYK 0 0.22 0.56 0.02
HSL 36.86º 0.93% 0.71% -
HSV(B) 36.86º 0.56% 0.98% -
XYZ 61.98 60.93 23.25 -
YUV 202.34 75.89 161.99 -
System Red Green Blue C M Y K H S L
Decimal 250 196 110 0 0.22 0.56 0.02 36.86 0.93 0.71
Hex FA C4 6E 0 16 38 2 25 5D 47
Octal 372 304 156 0 26 70 2 45 135 107
Binary 11111010 11000100 1101110 0 10110 111000 10 100101 1011101 1000111

Color Harmonies of #FAC46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC46E

Black with #FAC46E

Text Example


Text Example

White with #FAC46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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