Html Css Color HEX #FAC865 Grandis

📋 copy color: '#FAC865'

red 250 ◦ green 200 ◦ blue 101

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

Shades of Grandis #FAC865

Tints of Grandis #FAC865

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.3%

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

R = 45.37%
G = 36.3%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAC865 (or 0xFAC865) is known color: Grandis. HEX triplet: FA, C8 and 65. RGB value is (250,200,101). Sum of RGB (Red+Green+Blue) = 250+200+101=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC865 is #05379A. Grayscale: #CCCCCC. Windows color (decimal): -341915 or 6670586. OLE color: 6670586.

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

Color convert

RGB 250 200 101 -
CMYK 0 0.2 0.60 0.02
HSL 39.87º 0.94% 0.69% -
HSV(B) 39.87º 0.6% 0.98% -
XYZ 62.43 62.57 21.1 -
YUV 203.66 70.07 161.05 -
System Red Green Blue C M Y K H S L
Decimal 250 200 101 0 0.2 0.60 0.02 39.87 0.94 0.69
Hex FA C8 65 0 14 3C 2 28 5E 45
Octal 372 310 145 0 24 74 2 50 136 105
Binary 11111010 11001000 1100101 0 10100 111100 10 101000 1011110 1000101

Color Harmonies of #FAC865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC865

Black with #FAC865

Text Example


Text Example

White with #FAC865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC865; }

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

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

background-color css

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

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

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

border-color css

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

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

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