Html Css Color HEX #FAC665 Grandis

📋 copy color: '#FAC665'

red 250 ◦ green 198 ◦ blue 101

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

Shades of Grandis #FAC665

Tints of Grandis #FAC665

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.07%

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

R = 45.54%
G = 36.07%
B = 18.4%

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

#FAC665 (or 0xFAC665) is known color: Grandis. HEX triplet: FA, C6 and 65. RGB value is (250,198,101). Sum of RGB (Red+Green+Blue) = 250+198+101=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 101 (39.84% from 255 or 18.40% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC665 is #05399A. Grayscale: #CACACA. Windows color (decimal): -342427 or 6670074. OLE color: 6670074.

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

Color convert

RGB 250 198 101 -
CMYK 0 0.21 0.60 0.02
HSL 39.06º 0.94% 0.69% -
HSV(B) 39.06º 0.6% 0.98% -
XYZ 61.97 61.65 20.95 -
YUV 202.49 70.73 161.89 -
System Red Green Blue C M Y K H S L
Decimal 250 198 101 0 0.21 0.60 0.02 39.06 0.94 0.69
Hex FA C6 65 0 15 3C 2 27 5E 45
Octal 372 306 145 0 25 74 2 47 136 105
Binary 11111010 11000110 1100101 0 10101 111100 10 100111 1011110 1000101

Color Harmonies of #FAC665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC665

Black with #FAC665

Text Example


Text Example

White with #FAC665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC665; }

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

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

background-color css

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

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

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

border-color css

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

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

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