Html Css Color HEX #FAC76C Grandis

📋 copy color: '#FAC76C'

red 250 ◦ green 199 ◦ blue 108

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

Shades of Grandis #FAC76C

Tints of Grandis #FAC76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.39%

R = 44.88%
G = 35.73%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FAC76C (or 0xFAC76C) is known color: Grandis. HEX triplet: FA, C7 and 6C. RGB value is (250,199,108). Sum of RGB (Red+Green+Blue) = 250+199+108=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC76C is #053893. Grayscale: #CCCCCC. Windows color (decimal): -342164 or 7129082. OLE color: 7129082.

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

Color convert

RGB 250 199 108 -
CMYK 0 0.20 0.57 0.02
HSL 38.45º 0.93% 0.7% -
HSV(B) 38.45º 0.57% 0.98% -
XYZ 62.55 62.25 22.91 -
YUV 203.88 73.9 160.9 -
System Red Green Blue C M Y K H S L
Decimal 250 199 108 0 0.20 0.57 0.02 38.45 0.93 0.7
Hex FA C7 6C 0 14 39 2 26 5D 46
Octal 372 307 154 0 24 71 2 46 135 106
Binary 11111010 11000111 1101100 0 10100 111001 10 100110 1011101 1000110

Color Harmonies of #FAC76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC76C

Black with #FAC76C

Text Example


Text Example

White with #FAC76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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