Html Css Color HEX #FAC766 Grandis

📋 copy color: '#FAC766'

red 250 ◦ green 199 ◦ blue 102

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

Shades of Grandis #FAC766

Tints of Grandis #FAC766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.51%

R = 45.37%
G = 36.12%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAC766 (or 0xFAC766) is known color: Grandis. HEX triplet: FA, C7 and 66. RGB value is (250,199,102). Sum of RGB (Red+Green+Blue) = 250+199+102=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC766 is #053899. Grayscale: #CBCBCB. Windows color (decimal): -342170 or 6735866. OLE color: 6735866.

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

Color convert

RGB 250 199 102 -
CMYK 0 0.20 0.59 0.02
HSL 39.32º 0.94% 0.69% -
HSV(B) 39.32º 0.59% 0.98% -
XYZ 62.25 62.13 21.28 -
YUV 203.19 70.9 161.39 -
System Red Green Blue C M Y K H S L
Decimal 250 199 102 0 0.20 0.59 0.02 39.32 0.94 0.69
Hex FA C7 66 0 14 3B 2 27 5E 45
Octal 372 307 146 0 24 73 2 47 136 105
Binary 11111010 11000111 1100110 0 10100 111011 10 100111 1011110 1000101

Color Harmonies of #FAC766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC766

Black with #FAC766

Text Example


Text Example

White with #FAC766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC766; }

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

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

background-color css

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

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

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

border-color css

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

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

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