Html Css Color HEX #FAC565 Grandis

📋 copy color: '#FAC565'

red 250 ◦ green 197 ◦ blue 101

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

Shades of Grandis #FAC565

Tints of Grandis #FAC565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.43%

R = 45.62%
G = 35.95%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAC565 (or 0xFAC565) is known color: Grandis. HEX triplet: FA, C5 and 65. RGB value is (250,197,101). Sum of RGB (Red+Green+Blue) = 250+197+101=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC565 is #053A9A. Grayscale: #CACACA. Windows color (decimal): -342683 or 6669818. OLE color: 6669818.

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

Color convert

RGB 250 197 101 -
CMYK 0 0.21 0.60 0.02
HSL 38.66º 0.94% 0.69% -
HSV(B) 38.66º 0.6% 0.98% -
XYZ 61.74 61.2 20.87 -
YUV 201.9 71.06 162.31 -
System Red Green Blue C M Y K H S L
Decimal 250 197 101 0 0.21 0.60 0.02 38.66 0.94 0.69
Hex FA C5 65 0 15 3C 2 27 5E 45
Octal 372 305 145 0 25 74 2 47 136 105
Binary 11111010 11000101 1100101 0 10101 111100 10 100111 1011110 1000101

Color Harmonies of #FAC565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC565

Black with #FAC565

Text Example


Text Example

White with #FAC565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC565; }

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

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

background-color css

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

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

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

border-color css

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

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

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