Html Css Color HEX #FAC566 Grandis

📋 copy color: '#FAC566'

red 250 ◦ green 197 ◦ blue 102

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

Shades of Grandis #FAC566

Tints of Grandis #FAC566

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.88%

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

R = 45.54%
G = 35.88%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAC566 (or 0xFAC566) is known color: Grandis. HEX triplet: FA, C5 and 66. RGB value is (250,197,102). Sum of RGB (Red+Green+Blue) = 250+197+102=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC566 is #053A99. Grayscale: #CACACA. Windows color (decimal): -342682 or 6735354. OLE color: 6735354.

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

Color convert

RGB 250 197 102 -
CMYK 0 0.21 0.59 0.02
HSL 38.51º 0.94% 0.69% -
HSV(B) 38.51º 0.59% 0.98% -
XYZ 61.79 61.22 21.13 -
YUV 202.02 71.56 162.22 -
System Red Green Blue C M Y K H S L
Decimal 250 197 102 0 0.21 0.59 0.02 38.51 0.94 0.69
Hex FA C5 66 0 15 3B 2 27 5E 45
Octal 372 305 146 0 25 73 2 47 136 105
Binary 11111010 11000101 1100110 0 10101 111011 10 100111 1011110 1000101

Color Harmonies of #FAC566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC566

Black with #FAC566

Text Example


Text Example

White with #FAC566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC566; }

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

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

background-color css

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

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

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

border-color css

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

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

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