Html Css Color HEX #FAC76F Grandis

📋 copy color: '#FAC76F'

red 250 ◦ green 199 ◦ blue 111

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

Shades of Grandis #FAC76F

Tints of Grandis #FAC76F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.54%

 BLUE value IS 111 (43.75% from 255) = 19.82%

R = 44.64%
G = 35.54%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FAC76F (or 0xFAC76F) is known color: Grandis. HEX triplet: FA, C7 and 6F. RGB value is (250,199,111). Sum of RGB (Red+Green+Blue) = 250+199+111=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 111 (43.75% from 255 or 19.82% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC76F is #053890. Grayscale: #CCCCCC. Windows color (decimal): -342161 or 7325690. OLE color: 7325690.

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

Color convert

RGB 250 199 111 -
CMYK 0 0.20 0.56 0.02
HSL 37.99º 0.93% 0.71% -
HSV(B) 37.99º 0.56% 0.98% -
XYZ 62.72 62.32 23.76 -
YUV 204.22 75.4 160.66 -
System Red Green Blue C M Y K H S L
Decimal 250 199 111 0 0.20 0.56 0.02 37.99 0.93 0.71
Hex FA C7 6F 0 14 38 2 26 5D 47
Octal 372 307 157 0 24 70 2 46 135 107
Binary 11111010 11000111 1101111 0 10100 111000 10 100110 1011101 1000111

Color Harmonies of #FAC76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC76F

Black with #FAC76F

Text Example


Text Example

White with #FAC76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC76F; }

 p { color: rgb(250,199,111); }

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

background-color css

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

 a { background-color: rgb(250,199,111); }

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

border-color css

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

 span { border-color: rgb(250,199,111); }

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