Html Css Color HEX #FAC966 Grandis

📋 copy color: '#FAC966'

red 250 ◦ green 201 ◦ blue 102

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

Shades of Grandis #FAC966

Tints of Grandis #FAC966

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.35%

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

R = 45.21%
G = 36.35%
B = 18.44%

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

#FAC966 (or 0xFAC966) is known color: Grandis. HEX triplet: FA, C9 and 66. RGB value is (250,201,102). Sum of RGB (Red+Green+Blue) = 250+201+102=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC966 is #053699. Grayscale: #CCCCCC. Windows color (decimal): -341658 or 6736378. OLE color: 6736378.

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

Color convert

RGB 250 201 102 -
CMYK 0 0.20 0.59 0.02
HSL 40.14º 0.94% 0.69% -
HSV(B) 40.14º 0.59% 0.98% -
XYZ 62.71 63.06 21.44 -
YUV 204.37 70.23 160.55 -
System Red Green Blue C M Y K H S L
Decimal 250 201 102 0 0.20 0.59 0.02 40.14 0.94 0.69
Hex FA C9 66 0 14 3B 2 28 5E 45
Octal 372 311 146 0 24 73 2 50 136 105
Binary 11111010 11001001 1100110 0 10100 111011 10 101000 1011110 1000101

Color Harmonies of #FAC966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC966

Black with #FAC966

Text Example


Text Example

White with #FAC966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC966; }

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

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

background-color css

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

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

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

border-color css

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

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

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